Oversight.
This commit is contained in:
parent
0a5bd72be0
commit
9fc5e6abd8
@ -6259,7 +6259,7 @@
|
||||
if (!Conf['Reply Hiding']) {
|
||||
return;
|
||||
}
|
||||
return $.add($('.postInfo', this.nodes.post), ReplyHiding.makeButton(this, 'hide'));
|
||||
return $.add($('.postInfo', this.nodes.post), PostHiding.makeButton(this, 'hide'));
|
||||
},
|
||||
menu: {
|
||||
init: function() {
|
||||
|
||||
@ -1240,7 +1240,7 @@ PostHiding =
|
||||
Recursive.apply PostHiding.hide, @, data.makeStub, true
|
||||
Recursive.add PostHiding.hide, @, data.makeStub, true
|
||||
return unless Conf['Reply Hiding']
|
||||
$.add $('.postInfo', @nodes.post), ReplyHiding.makeButton @, 'hide'
|
||||
$.add $('.postInfo', @nodes.post), PostHiding.makeButton @, 'hide'
|
||||
|
||||
menu:
|
||||
init: ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user