backspace captcha

This commit is contained in:
James Campos 2011-09-03 17:55:27 -07:00
parent 698d146c63
commit c2754bcb99
2 changed files with 2 additions and 0 deletions

View File

@ -1386,6 +1386,7 @@
$.bind($('.close', qr), 'click', QR.close);
$.bind($('form', qr), 'submit', QR.submit);
$.bind($('#recaptcha_response_field', qr), 'keydown', QR.keydown);
$.bind($('#recaptcha_response_field', qr), 'keydown', Recaptcha.listener);
$.bind($('[type=file]', qr), 'change', QR.change);
$.bind($('#attach', qr), 'click', QR.attach);
$.append(d.body, qr);

View File

@ -1093,6 +1093,7 @@ QR =
$.bind $('.close', qr), 'click', QR.close
$.bind $('form', qr), 'submit', QR.submit
$.bind $('#recaptcha_response_field', qr), 'keydown', QR.keydown
$.bind $('#recaptcha_response_field', qr), 'keydown', Recaptcha.listener
$.bind $('[type=file]', qr), 'change', QR.change
$.bind $('#attach', qr), 'click', QR.attach
$.append d.body, qr