rm qr message bind

This commit is contained in:
James Campos 2011-09-21 01:17:49 -07:00
parent a37af47916
commit f14c5b3a44
2 changed files with 0 additions and 2 deletions

View File

@ -1213,7 +1213,6 @@
name: 'iframe',
hidden: true
}));
$.bind(window, 'message', QR.receive);
$('#recaptcha_response_field').id = '';
holder = $('#recaptcha_challenge_field_holder');
$.bind(holder, 'DOMNodeInserted', QR.captchaNode);

View File

@ -939,7 +939,6 @@ QR =
$.add d.body, $.el 'iframe',
name: 'iframe'
hidden: true
$.bind window, 'message', QR.receive
# nuke id so qr's field focuses on recaptcha reload, instead of normal form's
$('#recaptcha_response_field').id = ''
holder = $ '#recaptcha_challenge_field_holder'