fix typo
This commit is contained in:
parent
d756506656
commit
0f87e7b30e
@ -419,7 +419,7 @@ iframeLoad = ->
|
|||||||
span.textContent = error
|
span.textContent = error
|
||||||
span.className = 'error'
|
span.className = 'error'
|
||||||
qr.appendChild(span)
|
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()'
|
window.location = 'javascript:Recaptcha.reload()'
|
||||||
else
|
else
|
||||||
remove(qr)
|
remove(qr)
|
||||||
|
|||||||
@ -458,7 +458,7 @@
|
|||||||
span.textContent = error;
|
span.textContent = error;
|
||||||
span.className = 'error';
|
span.className = 'error';
|
||||||
qr.appendChild(span);
|
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 {
|
} else {
|
||||||
remove(qr);
|
remove(qr);
|
||||||
return (window.location = 'javascript:Recaptcha.reload()');
|
return (window.location = 'javascript:Recaptcha.reload()');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user