rm button bind

This commit is contained in:
James Campos 2011-09-26 13:08:15 -07:00
parent d96f27f09c
commit ac0ed835fb
2 changed files with 0 additions and 4 deletions

View File

@ -1467,9 +1467,6 @@
QR.cooldown();
}
QR.foo();
$.bind($('button', qr), 'click', function() {
return this.nextSibling.click();
});
$.bind($('.close', qr), 'click', QR.close);
$.bind($('form', qr), 'submit', QR.submit);
$.bind($('#recaptcha_response_field', qr), 'keydown', QR.keydown);

View File

@ -1109,7 +1109,6 @@ QR =
$('textarea', qr).value = text
QR.cooldown() if conf['Cooldown']
QR.foo()
$.bind $('button', qr), 'click', -> @nextSibling.click()
$.bind $('.close', qr), 'click', QR.close
$.bind $('form', qr), 'submit', QR.submit
$.bind $('#recaptcha_response_field', qr), 'keydown', QR.keydown