From c3371c4bf76da56de01d429d338626fce0406d45 Mon Sep 17 00:00:00 2001 From: Zixaphir Date: Wed, 8 May 2013 02:54:06 -0700 Subject: [PATCH] Fix posting from index. --- builds/appchan-x.js | 2 +- builds/appchan-x.user.js | 2 +- builds/crx/script.js | 2 +- src/General/html/Features/QuickReply.html | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/builds/appchan-x.js b/builds/appchan-x.js index 365e48971..f49862314 100644 --- a/builds/appchan-x.js +++ b/builds/appchan-x.js @@ -7742,7 +7742,7 @@ dialog: function() { var dialog, mimeTypes, name, nodes, thread, _i, _len, _ref; - dialog = UI.dialog('qr', 'top:0;right:0;', "
Post Form\n×
No selected file×
"); + dialog = UI.dialog('qr', 'top:0;right:0;', "
Post Form\n×
No selected file×
"); QR.nodes = nodes = { el: dialog, move: $('.move', dialog), diff --git a/builds/appchan-x.user.js b/builds/appchan-x.user.js index c68cc6e4d..aa008ce02 100644 --- a/builds/appchan-x.user.js +++ b/builds/appchan-x.user.js @@ -7746,7 +7746,7 @@ dialog: function() { var dialog, elm, mimeTypes, name, nodes, thread, _i, _j, _len, _len1, _ref, _ref1; - dialog = UI.dialog('qr', 'top:0;right:0;', "
Post Form\n×
No selected file×
"); + dialog = UI.dialog('qr', 'top:0;right:0;', "
Post Form\n×
No selected file×
"); QR.nodes = nodes = { el: dialog, move: $('.move', dialog), diff --git a/builds/crx/script.js b/builds/crx/script.js index ce5bd4d2c..122fbcb5a 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -7741,7 +7741,7 @@ dialog: function() { var dialog, mimeTypes, name, nodes, thread, _i, _len, _ref; - dialog = UI.dialog('qr', 'top:0;right:0;', "
Post Form\n×
No selected file×
"); + dialog = UI.dialog('qr', 'top:0;right:0;', "
Post Form\n×
No selected file×
"); QR.nodes = nodes = { el: dialog, move: $('.move', dialog), diff --git a/src/General/html/Features/QuickReply.html b/src/General/html/Features/QuickReply.html index ed67d5176..38165de3e 100644 --- a/src/General/html/Features/QuickReply.html +++ b/src/General/html/Features/QuickReply.html @@ -27,14 +27,14 @@
- -
+ - \ No newline at end of file + \ No newline at end of file