From 6a6234454b5a7410f44f4bd534751109703496df Mon Sep 17 00:00:00 2001 From: James Campos Date: Sat, 6 Aug 2011 22:53:16 -0700 Subject: [PATCH 1/2] captcha span --- 4chan_x.user.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 4cd6e2734..b3fd0133b 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1308,7 +1308,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 + "
0 captcha cached
attach another file
"; qr.el = ui.dialog('qr', { top: '0px', left: '0px' diff --git a/script.coffee b/script.coffee index 99e5ec540..f47c5e271 100644 --- a/script.coffee +++ b/script.coffee @@ -1050,7 +1050,7 @@ qr =
-
0 captcha cached
+
0 captcha cached
attach another file
From aff536c4bebedda49731d234e31fbde9c2d53fe3 Mon Sep 17 00:00:00 2001 From: James Campos Date: Sat, 6 Aug 2011 23:14:02 -0700 Subject: [PATCH 2/2] changelog --- changelog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog b/changelog index 0d84eb562..993647a74 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,6 @@ github + +11.8.6.0 - mayhem: - fix post links in expanded threads - fix 4chan X in closed threads