From 67b5eb30c84e01b04f4cd8ddfba287aa1b02f920 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 20 Nov 2015 17:55:30 -0800 Subject: [PATCH] Minor rearrangement. --- src/Posting/Captcha.fixes.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Posting/Captcha.fixes.coffee b/src/Posting/Captcha.fixes.coffee index 8c37c7cce..13bc0ef36 100644 --- a/src/Posting/Captcha.fixes.coffee +++ b/src/Posting/Captcha.fixes.coffee @@ -60,10 +60,10 @@ Captcha.fixes = $.on d, 'keydown', @keybinds.bind(@) initNoscript: -> + @noscript = true data = if (token = $('.fbc-verification-token > textarea')?.value) then {token} else {working: true} new Connection(window.parent, '*').send data - @noscript = true @images = $$ '.fbc-payload-imageselect > input' return unless @images.length is 9