From 999ea6e0f7e4acba5985d1056c8effc35a854911 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Thu, 22 Sep 2011 01:35:11 +0200 Subject: [PATCH] Default the QR to the right. --- 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 04d96c014..2fa2d09c5 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1371,7 +1371,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; right: 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 8979e9c2a..b928e5a2e 100644 --- a/script.coffee +++ b/script.coffee @@ -1047,7 +1047,7 @@ QR = QR.submit() if $('#autopost', QR.qr).checked dialog: (text='', tid) -> tid or= g.THREAD_ID or '' - QR.qr = qr = ui.dialog 'qr', 'top: 0; left: 0;', " + QR.qr = qr = ui.dialog 'qr', 'top: 0; right: 0;', " X