From 862ba151cbc0dc48433659e1dbeb2cb97bc4e889 Mon Sep 17 00:00:00 2001 From: James Campos Date: Fri, 3 Jun 2011 23:19:37 -0700 Subject: [PATCH] rm $.bind #auto, qr.autohide.set --- 4chan_x.user.js | 1 - script.coffee | 1 - 2 files changed, 2 deletions(-) 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'