diff --git a/4chan_x.user.js b/4chan_x.user.js index 72b4addae..2a03c818f 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1293,7 +1293,7 @@ } }); qr.mimeTypes = mimeTypes.split(', '); - qr.el = ui.dialog('qr', 'top:0;right:0;', "
Quick Reply
"); + qr.el = ui.dialog('qr', 'top:0;right:0;', "
Quick Reply
"); $.on($('#autohide', qr.el), 'click', qr.hide); $.on($('.close', qr.el), 'click', qr.close); $.on($('#dump', qr.el), 'click', function() { @@ -1317,12 +1317,6 @@ } }); $.on($('[type=file]', qr.el), 'change', qr.fileInput); - if (g.dead) { - $.extend($('[type=submit]', qr.el), { - disabled: true, - value: 404 - }); - } return $.add(d.body, qr.el); }, submit: function(e) { diff --git a/script.coffee b/script.coffee index 3b612052c..eb2f9da95 100644 --- a/script.coffee +++ b/script.coffee @@ -1044,7 +1044,7 @@ textarea.field {
-
+
" $.on $('#autohide', qr.el), 'click', qr.hide @@ -1066,11 +1066,6 @@ textarea.field { $.on $('[type=file]', qr.el), 'change', qr.fileInput - if g.dead - $.extend $('[type=submit]', qr.el), - disabled: true - value: 404 - $.add d.body, qr.el submit: (e) ->