diff --git a/LICENSE b/LICENSE index d49b239d6..0f8639ed6 100755 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* -* 4chan X - Version 1.2.35 - 2013-08-25 +* 4chan X - Version 1.2.35 - 2013-08-26 * * Licensed under the MIT license. * https://github.com/seaweedchan/4chan-x/blob/master/LICENSE diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index fd2052bde..110b63a81 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -22,7 +22,7 @@ // ==/UserScript== /* -* 4chan X - Version 1.2.35 - 2013-08-25 +* 4chan X - Version 1.2.35 - 2013-08-26 * * Licensed under the MIT license. * https://github.com/seaweedchan/4chan-x/blob/master/LICENSE @@ -6188,7 +6188,7 @@ textContent: "Thread No." + thread })); } - $.on(nodes.filename.parentNode, 'click keyup', QR.openFileInput); + $.on(nodes.filename.parentNode, 'click keydown', QR.openFileInput); items = $$('*', QR.nodes.el); i = 0; while (elm = items[i++]) { diff --git a/builds/crx/script.js b/builds/crx/script.js index 237652d32..1460fbbca 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -1,6 +1,6 @@ // Generated by CoffeeScript /* -* 4chan X - Version 1.2.35 - 2013-08-25 +* 4chan X - Version 1.2.35 - 2013-08-26 * * Licensed under the MIT license. * https://github.com/seaweedchan/4chan-x/blob/master/LICENSE @@ -6190,7 +6190,7 @@ textContent: "Thread No." + thread })); } - $.on(nodes.filename.parentNode, 'click keyup', QR.openFileInput); + $.on(nodes.filename.parentNode, 'click keydown', QR.openFileInput); $.on(dialog, 'focusin', QR.focusin); $.on(dialog, 'focusout', QR.focusout); $.on(nodes.autohide, 'change', QR.toggleHide); diff --git a/src/Posting/QuickReply.coffee b/src/Posting/QuickReply.coffee index f9597f127..5228b47e8 100755 --- a/src/Posting/QuickReply.coffee +++ b/src/Posting/QuickReply.coffee @@ -966,7 +966,7 @@ QR = value: thread textContent: "Thread No.#{thread}" - $.on nodes.filename.parentNode, 'click keyup', QR.openFileInput + $.on nodes.filename.parentNode, 'click keydown', QR.openFileInput <% if (type === 'userscript') { %> # XXX Firefox lacks focusin/focusout support.