Oversight.

This commit is contained in:
Zixaphir 2013-04-08 10:45:46 -07:00
parent 0a5bd72be0
commit 9fc5e6abd8
2 changed files with 2 additions and 2 deletions

View File

@ -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() {

View File

@ -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: ->