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