rm $.bind #auto, qr.autohide.set

This commit is contained in:
James Campos 2011-06-03 23:19:37 -07:00
parent 220803b49d
commit 862ba151cb
2 changed files with 0 additions and 2 deletions

View File

@ -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', {

View File

@ -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'