diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index f706c1ce8..89c098359 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -5795,7 +5795,7 @@ dialog: function() { var check, dialog, elm, event, flagSelector, i, items, key, mimeTypes, name, node, nodes, save, value, _ref; QR.nodes = nodes = { - el: dialog = UI.dialog('qr', 'top:0;right:0;', "
") + el: dialog = UI.dialog('qr', 'top:0;right:0;', " ") }; _ref = { move: '.move', @@ -6748,7 +6748,7 @@ _Class.prototype.setFile = function(file) { this.file = file; - this.filename = file.name || "File from url"; + this.filename = file.name; this.filesize = $.bytesToString(file.size); if (QR.spoiler) { this.nodes.label.hidden = false; diff --git a/builds/crx/script.js b/builds/crx/script.js index becefefb1..f9c6f7091 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -5796,7 +5796,7 @@ dialog: function() { var check, dialog, elm, event, flagSelector, i, items, key, mimeTypes, name, node, nodes, save, value, _ref; QR.nodes = nodes = { - el: dialog = UI.dialog('qr', 'top:0;right:0;', " ") + el: dialog = UI.dialog('qr', 'top:0;right:0;', " ") }; _ref = { move: '.move', @@ -6732,7 +6732,7 @@ _Class.prototype.setFile = function(file) { this.file = file; - this.filename = file.name || "File from url"; + this.filename = file.name; this.filesize = $.bytesToString(file.size); if (QR.spoiler) { this.nodes.label.hidden = false; diff --git a/src/General/html/Features/QuickReply.html b/src/General/html/Features/QuickReply.html index ad5c48f46..1a49438a7 100755 --- a/src/General/html/Features/QuickReply.html +++ b/src/General/html/Features/QuickReply.html @@ -21,7 +21,6 @@