From 40b5af20d5f28ad3e797b573353734d572d4ca4e Mon Sep 17 00:00:00 2001 From: James Campos Date: Wed, 7 Sep 2011 14:50:18 -0700 Subject: [PATCH] derp --- 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 275614dde..de8f55892 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1377,7 +1377,7 @@ QR.qr = qr = ui.dialog('qr', { top: '0', left: '0' - }, " X
120 Captchas
" + (g.REPLY ? "" : '') + " " + QR.spoiler + "
"); + }, "
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 b209363d4..e0956da82 100644 --- a/script.coffee +++ b/script.coffee @@ -1075,7 +1075,7 @@ QR = #{QR.spoiler} - + " #$.bind $('#attach', qr), 'click', QR.attach