diff --git a/src/Posting/Captcha.v2.coffee b/src/Posting/Captcha.v2.coffee index fe847f2c5..678bfb226 100644 --- a/src/Posting/Captcha.v2.coffee +++ b/src/Posting/Captcha.v2.coffee @@ -218,9 +218,7 @@ Captcha.v2 = @timeouts.clear = setTimeout @clear.bind(@), @captchas[0].timeout - Date.now() reload: -> - if @noscript - $('iframe', @nodes.container).src = @noscriptURL() - else if $ 'iframe[src^="https://www.google.com/recaptcha/api/fallback?"]', @nodes.container + if $ 'iframe[src^="https://www.google.com/recaptcha/api/fallback?"]', @nodes.container @destroy() @setup false, true else