From b2f11910b360711d870ae718e87942cb65c128d9 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Tue, 27 Jan 2015 10:46:22 -0800 Subject: [PATCH] Fix reloading of noscript captcha images that failed to load the first time. --- src/Posting/Captcha.noscript.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Posting/Captcha.noscript.coffee b/src/Posting/Captcha.noscript.coffee index c0dd47516..bcaa22a2a 100644 --- a/src/Posting/Captcha.noscript.coffee +++ b/src/Posting/Captcha.noscript.coffee @@ -90,7 +90,7 @@ Captcha.noscript = src: @iframeURL $.add d.body, @nodes.iframe @conn.target = @nodes.iframe.contentWindow - else if !@occupied + else if !@occupied or force @nodes.iframe.src = @iframeURL @occupied = true @nodes.input.focus() if focus