diff --git a/src/Posting/QR.captcha.coffee b/src/Posting/QR.captcha.coffee index 125c4707c..5d0c423cc 100644 --- a/src/Posting/QR.captcha.coffee +++ b/src/Posting/QR.captcha.coffee @@ -107,11 +107,11 @@ QR.captcha = null save: (e) -> - if @needed() + if QR.cooldown.auto and @needed() @shouldFocus = true @reload() else - @nodes.counter.focus() + QR.nodes.status.focus() @timeouts.destroy ?= setTimeout @destroy.bind(@), 3 * $.SECOND $.forceSync 'captchas' @captchas.push