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