fix typo
This commit is contained in:
parent
d756506656
commit
0f87e7b30e
@ -419,7 +419,7 @@ iframeLoad = ->
|
||||
span.textContent = error
|
||||
span.className = 'error'
|
||||
qr.appendChild(span)
|
||||
if error is 'You seem to have mistyped the verification'
|
||||
if error is 'You seem to have mistyped the verification.'
|
||||
window.location = 'javascript:Recaptcha.reload()'
|
||||
else
|
||||
remove(qr)
|
||||
|
||||
@ -458,7 +458,7 @@
|
||||
span.textContent = error;
|
||||
span.className = 'error';
|
||||
qr.appendChild(span);
|
||||
return error === 'You seem to have mistyped the verification' ? (window.location = 'javascript:Recaptcha.reload()') : null;
|
||||
return error === 'You seem to have mistyped the verification.' ? (window.location = 'javascript:Recaptcha.reload()') : null;
|
||||
} else {
|
||||
remove(qr);
|
||||
return (window.location = 'javascript:Recaptcha.reload()');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user