diff --git a/4chan_x.coffee b/4chan_x.coffee index 1d498b524..122cbbdb8 100644 --- a/4chan_x.coffee +++ b/4chan_x.coffee @@ -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) diff --git a/4chan_x.js b/4chan_x.js index 1b3722730..185ddcbfc 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -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()');