From 91a1fdd181c782e3d8ea4a3db14dbc854dbfb048 Mon Sep 17 00:00:00 2001 From: James Campos Date: Wed, 10 Aug 2011 22:19:47 -0700 Subject: [PATCH] this fucker gave me so much trouble.... --- 4chan_x.user.js | 2 +- script.coffee | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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