From 274339dd760674df4c19c9415d28ddbcf0d0ffe4 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 23 Jan 2016 15:38:56 -0800 Subject: [PATCH] Unwanted reported post hiding bug has been fixed in native extension. --- src/Miscellaneous/Fourchan.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Miscellaneous/Fourchan.coffee b/src/Miscellaneous/Fourchan.coffee index c4f28e541..7e5bb2f31 100644 --- a/src/Miscellaneous/Fourchan.coffee +++ b/src/Miscellaneous/Fourchan.coffee @@ -59,7 +59,7 @@ Fourchan = window.clickable_ids = false for node in document.querySelectorAll '.posteruid, .capcode' node.removeEventListener 'click', window.idClick, false - window.removeEventListener 'message', window.Report?.onMessage, false + return code: -> return if @isClone