diff --git a/4chan_x.coffee b/4chan_x.coffee index 1b1edf230..eadd99d43 100644 --- a/4chan_x.coffee +++ b/4chan_x.coffee @@ -419,6 +419,8 @@ iframeLoad = -> span.textContent = error span.className = 'error' qr.appendChild(span) + if error = 'You seem to have mistyped the verification' + window.location = 'javascript:Recaptcha.reload()' else remove(qr) window.location = 'javascript:Recaptcha.reload()'