Revert "Work around focus bug in newest Recaptcha."

This reverts commit ce1e58d7011b724c640933a9385812dd3bf98a41.
This commit is contained in:
ccd0 2015-11-15 22:32:37 -08:00
parent 3d045d0f90
commit ef72d3b783

View File

@ -52,7 +52,6 @@ Captcha.fixes =
@fixImages()
new MutationObserver(=> @fixImages()).observe d.body, {childList: true, subtree: true}
$.on d, 'keydown', @keybinds.bind(@)
window.focus()
initNoscript: ->
@noscript = true