For realz fix #164

This commit is contained in:
Jordan Bates 2013-08-26 20:46:23 -07:00
parent 5ae3e9e775
commit d30ed0a8ec
4 changed files with 6 additions and 6 deletions

View File

@ -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. * Licensed under the MIT license.
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE * https://github.com/seaweedchan/4chan-x/blob/master/LICENSE

View File

@ -22,7 +22,7 @@
// ==/UserScript== // ==/UserScript==
/* /*
* 4chan X - Version 1.2.35 - 2013-08-25 * 4chan X - Version 1.2.35 - 2013-08-26
* *
* Licensed under the MIT license. * Licensed under the MIT license.
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE * https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
@ -6188,7 +6188,7 @@
textContent: "Thread No." + thread textContent: "Thread No." + thread
})); }));
} }
$.on(nodes.filename.parentNode, 'click keyup', QR.openFileInput); $.on(nodes.filename.parentNode, 'click keydown', QR.openFileInput);
items = $$('*', QR.nodes.el); items = $$('*', QR.nodes.el);
i = 0; i = 0;
while (elm = items[i++]) { while (elm = items[i++]) {

View File

@ -1,6 +1,6 @@
// Generated by CoffeeScript // 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. * Licensed under the MIT license.
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE * https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
@ -6190,7 +6190,7 @@
textContent: "Thread No." + thread 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, 'focusin', QR.focusin);
$.on(dialog, 'focusout', QR.focusout); $.on(dialog, 'focusout', QR.focusout);
$.on(nodes.autohide, 'change', QR.toggleHide); $.on(nodes.autohide, 'change', QR.toggleHide);

View File

@ -966,7 +966,7 @@ QR =
value: thread value: thread
textContent: "Thread No.#{thread}" textContent: "Thread No.#{thread}"
$.on nodes.filename.parentNode, 'click keyup', QR.openFileInput $.on nodes.filename.parentNode, 'click keydown', QR.openFileInput
<% if (type === 'userscript') { %> <% if (type === 'userscript') { %>
# XXX Firefox lacks focusin/focusout support. # XXX Firefox lacks focusin/focusout support.