diff --git a/4chan_x.user.js b/4chan_x.user.js
index 7ec431839..bb92e7289 100644
--- a/4chan_x.user.js
+++ b/4chan_x.user.js
@@ -1413,7 +1413,10 @@
QR.qr = qr = ui.dialog('qr', {
top: '0',
left: '0'
- }, " X
Subject Name Email
");
+ }, " X Subject Name Email
");
+ $.bind($('.click', qr), 'mousedown', function(e) {
+ return e.stopPropagation();
+ });
QR.captchaImg();
$.append(d.body, qr);
ta = $('textarea', qr);
diff --git a/script.coffee b/script.coffee
index 7d98c4da8..3623d5d52 100644
--- a/script.coffee
+++ b/script.coffee
@@ -1106,10 +1106,12 @@ QR =
X
-
- Subject
- Name
- Email
+
+
+ Subject
+ Name
+ Email
+
@@ -1125,6 +1127,7 @@ QR =
"
+ $.bind $('.click', qr), 'mousedown', (e) -> e.stopPropagation()
QR.captchaImg()
$.append d.body, qr
ta = $ 'textarea', qr