shave a line
This commit is contained in:
parent
9f54d39a6d
commit
073e2608ae
@ -2729,8 +2729,7 @@
|
||||
$.setValue('lastChecked', now);
|
||||
}
|
||||
$.addStyle(main.css);
|
||||
if ((form = $('form[name=post]')) && $('#recaptcha_response_field')) {
|
||||
canPost = true;
|
||||
if ((form = $('form[name=post]')) && (canPost = !!$('#recaptcha_response_field'))) {
|
||||
Recaptcha.init();
|
||||
$.bind(form, 'submit', qr.cb.submit);
|
||||
}
|
||||
|
||||
@ -2124,8 +2124,7 @@ main =
|
||||
|
||||
$.addStyle main.css
|
||||
|
||||
if (form = $ 'form[name=post]') and $ '#recaptcha_response_field'
|
||||
canPost = true
|
||||
if (form = $ 'form[name=post]') and canPost = !!$ '#recaptcha_response_field'
|
||||
Recaptcha.init()
|
||||
$.bind form, 'submit', qr.cb.submit
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user