diff --git a/CHANGELOG.md b/CHANGELOG.md index 02c096e68..ea9c19aa9 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### v1.2.35 +*2013-08-20* + +**seaweedchan**: +- Fix Mayhem breaking input history (names, emails, subjects) in Firefox + ### v1.2.34 *2013-08-19* diff --git a/LICENSE b/LICENSE index b40ae43b7..86d30ac20 100755 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* -* 4chan X - Version 1.2.34 - 2013-08-19 +* 4chan X - Version 1.2.35 - 2013-08-20 * * Licensed under the MIT license. * https://github.com/seaweedchan/4chan-x/blob/master/LICENSE diff --git a/builds/4chan-X.meta.js b/builds/4chan-X.meta.js index 170e639a3..a16133455 100755 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.2.34 +// @version 1.2.35 // @minGMVer 1.13 // @minFFVer 22 // @namespace 4chan-X diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index f0ca86f6d..36b5f35aa 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -1,7 +1,7 @@ // Generated by CoffeeScript // ==UserScript== // @name 4chan X -// @version 1.2.34 +// @version 1.2.35 // @minGMVer 1.13 // @minFFVer 22 // @namespace 4chan-X @@ -22,7 +22,7 @@ // ==/UserScript== /* -* 4chan X - Version 1.2.34 - 2013-08-19 +* 4chan X - Version 1.2.35 - 2013-08-20 * * Licensed under the MIT license. * https://github.com/seaweedchan/4chan-x/blob/master/LICENSE @@ -323,7 +323,7 @@ doc = d.documentElement; g = { - VERSION: '1.2.34', + VERSION: '1.2.35', NAMESPACE: '4chan X.', boards: {}, threads: {}, @@ -6110,7 +6110,7 @@ var check, dialog, elm, i, items, key, mimeTypes, name, nodes, thread, value, _ref; QR.nodes = nodes = { - el: dialog = UI.dialog('qr', 'top:0;right:0;', "
×
+
No selected file×+
") + el: dialog = UI.dialog('qr', 'top:0;right:0;', "
×
+
No selected file×+
") }; _ref = { move: '.move', diff --git a/builds/crx/manifest.json b/builds/crx/manifest.json index 9b1dbbebf..8844e6f43 100755 --- a/builds/crx/manifest.json +++ b/builds/crx/manifest.json @@ -1,6 +1,6 @@ { "name": "4chan X", - "version": "1.2.34", + "version": "1.2.35", "manifest_version": 2, "description": "Cross-browser userscript for maximum lurking on 4chan.", "icons": { diff --git a/builds/crx/script.js b/builds/crx/script.js index 820f2822f..a9db4a21f 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -1,6 +1,6 @@ // Generated by CoffeeScript /* -* 4chan X - Version 1.2.34 - 2013-08-19 +* 4chan X - Version 1.2.35 - 2013-08-20 * * Licensed under the MIT license. * https://github.com/seaweedchan/4chan-x/blob/master/LICENSE @@ -302,7 +302,7 @@ doc = d.documentElement; g = { - VERSION: '1.2.34', + VERSION: '1.2.35', NAMESPACE: '4chan X.', boards: {}, threads: {}, @@ -6112,7 +6112,7 @@ var check, dialog, i, items, key, mimeTypes, name, nodes, thread, value, _ref; QR.nodes = nodes = { - el: dialog = UI.dialog('qr', 'top:0;right:0;', "
×
+
No selected file×+
") + el: dialog = UI.dialog('qr', 'top:0;right:0;', "
×
+
No selected file×+
") }; _ref = { move: '.move', diff --git a/latest.js b/latest.js index a1df7dc7f..ec55573fa 100755 --- a/latest.js +++ b/latest.js @@ -1 +1 @@ -postMessage({version:'1.2.34'},'*') +postMessage({version:'1.2.35'},'*') diff --git a/package.json b/package.json index 2e0734ea3..4954995ee 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "4chan-X", - "version": "1.2.34", + "version": "1.2.35", "description": "Cross-browser userscript for maximum lurking on 4chan.", "meta": { "name": "4chan X", diff --git a/src/General/html/Features/QuickReply.html b/src/General/html/Features/QuickReply.html index 296ed56ca..23ce6ad8f 100755 --- a/src/General/html/Features/QuickReply.html +++ b/src/General/html/Features/QuickReply.html @@ -10,9 +10,9 @@
- - - + + +