rm button bind
This commit is contained in:
parent
d96f27f09c
commit
ac0ed835fb
@ -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);
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user