From b3427dc65264f5406d6cb1ae4b417dec28667f83 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Thu, 26 Jan 2012 17:04:56 +0100 Subject: [PATCH] Move #spoilerLabel, compile. --- 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 ed280e96d..88767abdb 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1573,7 +1573,7 @@ }); qr.mimeTypes = mimeTypes.split(', '); qr.spoiler = !!$('#com_submit + label'); - qr.el = ui.dialog('qr', 'top:0;right:0;', "
Quick Reply " + (g.REPLY ? '' : threads) + " x
+
Spoiler Image
"); + qr.el = ui.dialog('qr', 'top:0;right:0;', "
Quick Reply " + (g.REPLY ? '' : threads) + " x
"); if (!g.REPLY) { $.on($('select', qr.el), 'mousedown', function(e) { return e.stopPropagation(); diff --git a/script.coffee b/script.coffee index 9c99bf902..95271e030 100644 --- a/script.coffee +++ b/script.coffee @@ -1162,7 +1162,7 @@ qr =
- Spoiler Image +
" unless g.REPLY