diff --git a/4chan_x.user.js b/4chan_x.user.js index a81740ba3..d0bc5859e 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1323,7 +1323,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 + "
" + ($.get('captchas', []).length) + " captchas
attach another file
"; + html = " X
Quick Reply
" + spoiler + "
" + ($.get('captchas', []).length) + " captchas
attach another file
"; qr.el = ui.dialog('qr', { top: '0px', left: '0px' diff --git a/script.coffee b/script.coffee index 818b96baf..f2f3eb41b 100644 --- a/script.coffee +++ b/script.coffee @@ -1066,6 +1066,7 @@ qr =
+
#{spoiler}
@@ -1074,7 +1075,7 @@ qr =
-
attach another file
+
attach another file
" qr.el = ui.dialog 'qr', top: '0px', left: '0px', html