Fix reloading of noscript captcha images that failed to load the first time.
This commit is contained in:
parent
a0028a4b30
commit
b2f11910b3
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user