diff --git a/builds/4chanx.crx b/builds/4chanx.crx new file mode 100644 index 000000000..0c09b49e9 Binary files /dev/null and b/builds/4chanx.crx differ diff --git a/src/Posting/QR.captcha.coffee b/src/Posting/QR.captcha.coffee index 3b29bf45c..e32a59377 100644 --- a/src/Posting/QR.captcha.coffee +++ b/src/Posting/QR.captcha.coffee @@ -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: ->