diff --git a/4chan_x.user.js b/4chan_x.user.js index 8ace7612b..7df5de86d 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1309,7 +1309,7 @@ THREAD_ID = g.THREAD_ID || $.x('ancestor::div[@class="thread"]/div', link).id; spoiler = $('.postarea label') ? '' : ''; challenge = $('#recaptcha_challenge_field').value; - html = " X
Quick Reply
" + spoiler + "
0 captcha cached
attach another file
"; + html = " X
Quick Reply
" + spoiler + "
" + qr.captcha.length + " captcha cached
attach another file
"; qr.el = ui.dialog('qr', { top: '0px', left: '0px' diff --git a/script.coffee b/script.coffee index 811333dfe..7449ebd2b 100644 --- a/script.coffee +++ b/script.coffee @@ -1051,7 +1051,7 @@ qr =
-
0 captcha cached
+
#{qr.captcha.length} captcha cached
attach another file