Mayhem: Minor captcha fix.

This commit is contained in:
Kabir Sala 2014-02-10 01:14:10 +01:00
parent 7bf68cecb2
commit b368b0bbb4
2 changed files with 1 additions and 0 deletions

BIN
builds/4chanx.crx Normal file

Binary file not shown.

View File

@ -33,6 +33,7 @@ QR.captcha =
@setupObserver = new MutationObserver @afterSetup
@setupObserver.observe container, childList: true
@afterSetup() # reCAPTCHA might have loaded before the QR.
setup: ->
$.globalEval 'loadRecaptcha()'
afterSetup: ->