From 9fc5e6abd884f5268178b58f6640d602bf6dfdd0 Mon Sep 17 00:00:00 2001 From: Zixaphir Date: Mon, 8 Apr 2013 10:45:46 -0700 Subject: [PATCH] Oversight. --- appchan-x.user.js | 2 +- src/features.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appchan-x.user.js b/appchan-x.user.js index 72389fb2a..fce475e6e 100644 --- a/appchan-x.user.js +++ b/appchan-x.user.js @@ -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() { diff --git a/src/features.coffee b/src/features.coffee index acd3c183f..40679807d 100644 --- a/src/features.coffee +++ b/src/features.coffee @@ -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: ->