diff --git a/src/Posting/QR.captcha.coffee b/src/Posting/QR.captcha.coffee index 0a1b506b8..315adf5ec 100644 --- a/src/Posting/QR.captcha.coffee +++ b/src/Posting/QR.captcha.coffee @@ -12,9 +12,8 @@ QR.captcha = $.extend root, <%= html( '
' ) %> - container = $ '.captcha-container', root counter = $ '.captcha-counter > a', root - @nodes = {root, container, counter} + @nodes = {root, counter} @count() $.addClass QR.nodes.el, 'has-captcha' $.after QR.nodes.com.parentNode, root