From a095bb377495cbd4bc087e96a81a7bd10c8294ec Mon Sep 17 00:00:00 2001 From: James Campos Date: Wed, 21 Sep 2011 20:13:12 -0700 Subject: [PATCH] mv files closer to file button --- 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 6adbf3035..333e3609c 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1377,7 +1377,7 @@ text = ''; } tid || (tid = g.THREAD_ID || ''); - QR.qr = qr = ui.dialog('qr', 'top: 0; right: 0;', "
X
" + (g.REPLY ? "" : '') + " " + QR.spoiler + "
"); + QR.qr = qr = ui.dialog('qr', 'top: 0; right: 0;', "
X
" + (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 17ebdb6b5..cb023957c 100644 --- a/script.coffee +++ b/script.coffee @@ -1066,8 +1066,8 @@ QR =
- +