Fix remaining scrolling-from-captcha issue in Firefox.

This commit is contained in:
ccd0 2015-06-03 18:24:35 -07:00
parent e4a5f4f04a
commit 1e93066f5e

View File

@ -60,6 +60,7 @@ Captcha.v2 =
if @nodes.container
if @shouldFocus and iframe = $ 'iframe', @nodes.container
iframe.focus()
QR.focus() # Event handler not fired in Firefox
delete @shouldFocus
return