diff --git a/4chan_x.user.js b/4chan_x.user.js
index 8230a1b2a..ff3e7f8ce 100644
--- a/4chan_x.user.js
+++ b/4chan_x.user.js
@@ -1424,7 +1424,7 @@
QR.qr = qr = ui.dialog('qr', {
top: '0',
left: '0'
- }, " X
Subject Name Email Password
");
+ }, " X
");
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]) : '';
@@ -3481,14 +3481,7 @@
float: right;\
}\
#qr .click input {\
- width: 60px;\
- display: none;\
- }\
- #qr .click span:hover input, #qr .click input:focus {\
- display: inline;\
- }\
- #qr .click span:hover span, #qr .click input:focus + span {\
- display: none;\
+ width: 53px;\
}\
#qr form {\
margin: 0;\
diff --git a/script.coffee b/script.coffee
index b0551be8b..712d5f190 100644
--- a/script.coffee
+++ b/script.coffee
@@ -1075,10 +1075,10 @@ QR =
- Subject
- Name
- Email
- Password
+
+
+
+
@@ -2756,14 +2756,7 @@ main =
float: right;
}
#qr .click input {
- width: 60px;
- display: none;
- }
- #qr .click span:hover input, #qr .click input:focus {
- display: inline;
- }
- #qr .click span:hover span, #qr .click input:focus + span {
- display: none;
+ width: 53px;
}
#qr form {
margin: 0;