diff --git a/4chan_x.user.js b/4chan_x.user.js index c5f258aac..ae9938748 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1198,7 +1198,6 @@ return e.stopPropagation(); }); $.bind($('#autohide', dialog), 'click', qr.cb.autohide); - $.bind($('#auto', dialog), 'click', qr.autohide.set); $.bind($('img', dialog), 'click', Recaptcha.reload); if ($('.postarea label')) { spoiler = $.el('label', { diff --git a/script.coffee b/script.coffee index 0db7de237..a3d2cdcd0 100644 --- a/script.coffee +++ b/script.coffee @@ -941,7 +941,6 @@ qr = $.bind $('input[name=name]', dialog), 'mousedown', (e) -> e.stopPropagation() $.bind $('#autohide', dialog), 'click', qr.cb.autohide - $.bind $('#auto', dialog), 'click', qr.autohide.set $.bind $('img', dialog), 'click', Recaptcha.reload if $ '.postarea label'