diff --git a/src/Posting/Captcha.fixes.coffee b/src/Posting/Captcha.fixes.coffee index cc16f6811..1b6a76263 100644 --- a/src/Posting/Captcha.fixes.coffee +++ b/src/Posting/Captcha.fixes.coffee @@ -50,6 +50,8 @@ Captcha.fixes = initNoscript: -> @noscript = true @images = $$ '.fbc-payload-imageselect > input' + return unless @images.length + $.addStyle @cssNoscript @addLabels() $.on d, 'keydown', @keybinds.bind(@)