diff --git a/4chan_x.user.js b/4chan_x.user.js index a95fecb43..87ebd3c3c 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1019,8 +1019,7 @@ }, rm: function() { $.rm($('#options')); - $.rm($('.overlay')); - return window.removeEventListener('mousedown', options.rm, false); + return $.rm($('.overlay')); }, tab: function() { var content, div, _i, _len, _results; diff --git a/script.coffee b/script.coffee index d630bc8c8..f963f7456 100644 --- a/script.coffee +++ b/script.coffee @@ -800,7 +800,6 @@ options = rm: -> $.rm $ '#options' $.rm $ '.overlay' - window.removeEventListener 'mousedown', options.rm, false tab: -> content = $$ '#main, #flavors, #time'