From 333c31c5114586f14b2b2d1e7c44cc95c01ceec2 Mon Sep 17 00:00:00 2001 From: James Campos Date: Wed, 21 Sep 2011 13:49:11 -0700 Subject: [PATCH] input fields like vanilla 4chan --- 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 928bd76dd..fb2dc132c 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1362,7 +1362,7 @@ text = ''; } tid || (tid = g.THREAD_ID || ''); - QR.qr = qr = ui.dialog('qr', 'top: 0; left: 0;', " X
120 Captchas
" + (g.REPLY ? "" : '') + " " + QR.spoiler + "
"); + QR.qr = qr = ui.dialog('qr', 'top: 0; left: 0;', " X
120 Captchas
" + (g.REPLY ? "" : '') + " " + QR.spoiler + "
"); c = d.cookie; $('[name=name]', qr).value = (m = c.match(/4chan_name=([^;]+)/)) ? decodeURIComponent(m[1]) : ''; $('[name=email]', qr).value = (m = c.match(/4chan_email=([^;]+)/)) ? decodeURIComponent(m[1]) : ''; diff --git a/script.coffee b/script.coffee index 6c203490d..98b833ab4 100644 --- a/script.coffee +++ b/script.coffee @@ -1045,9 +1045,9 @@ QR =
- +