Minor rearrangement.
This commit is contained in:
parent
399693441a
commit
67b5eb30c8
@ -60,10 +60,10 @@ Captcha.fixes =
|
|||||||
$.on d, 'keydown', @keybinds.bind(@)
|
$.on d, 'keydown', @keybinds.bind(@)
|
||||||
|
|
||||||
initNoscript: ->
|
initNoscript: ->
|
||||||
|
@noscript = true
|
||||||
data = if (token = $('.fbc-verification-token > textarea')?.value) then {token} else {working: true}
|
data = if (token = $('.fbc-verification-token > textarea')?.value) then {token} else {working: true}
|
||||||
new Connection(window.parent, '*').send data
|
new Connection(window.parent, '*').send data
|
||||||
|
|
||||||
@noscript = true
|
|
||||||
@images = $$ '.fbc-payload-imageselect > input'
|
@images = $$ '.fbc-payload-imageselect > input'
|
||||||
return unless @images.length is 9
|
return unless @images.length is 9
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user