Work around focus bug in newest Recaptcha.
This commit is contained in:
parent
a0ea062a67
commit
ce1e58d701
@ -52,6 +52,7 @@ Captcha.fixes =
|
||||
@fixImages()
|
||||
new MutationObserver(=> @fixImages()).observe d.body, {childList: true, subtree: true}
|
||||
$.on d, 'keydown', @keybinds.bind(@)
|
||||
window.focus()
|
||||
|
||||
initNoscript: ->
|
||||
@noscript = true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user