From 7ae4faded2c39388ff215e2c4f4e699e15e50563 Mon Sep 17 00:00:00 2001 From: James Campos Date: Sat, 4 Sep 2010 13:15:26 -0700 Subject: [PATCH] reload captcha on fail for reals this time --- 4chan_x.coffee | 2 ++ 1 file changed, 2 insertions(+) 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()'