Bullshit, really

This commit is contained in:
Zixaphir 2014-01-18 01:22:58 -07:00
parent 99033cdffa
commit baa99f286e
4 changed files with 6 additions and 10 deletions

View File

@ -1,5 +1,5 @@
/* /*
* appchan x - Version 2.8.5 - 2014-01-17 * appchan x - Version 2.8.5 - 2014-01-18
* *
* Licensed under the MIT license. * Licensed under the MIT license.
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE * https://github.com/zixaphir/appchan-x/blob/master/LICENSE

View File

@ -22,7 +22,7 @@
// ==/UserScript== // ==/UserScript==
/* /*
* appchan x - Version 2.8.5 - 2014-01-17 * appchan x - Version 2.8.5 - 2014-01-18
* *
* Licensed under the MIT license. * Licensed under the MIT license.
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE * https://github.com/zixaphir/appchan-x/blob/master/LICENSE
@ -13368,8 +13368,7 @@
var bottom, clientHeight, left, li, nodes, option, select, style, top, ul, width, _i, _len, _ref, _ref1; var bottom, clientHeight, left, li, nodes, option, select, style, top, ul, width, _i, _len, _ref, _ref1;
e.stopPropagation(); e.stopPropagation();
e.preventDefault(); e.preventDefault();
ul = Rice.ul; if (!(ul = Rice.ul, Rice)) {
if (!ul) {
Rice.ul = ul = $.el('ul', { Rice.ul = ul = $.el('ul', {
id: "selectrice" id: "selectrice"
}); });

View File

@ -1,6 +1,6 @@
// Generated by CoffeeScript // Generated by CoffeeScript
/* /*
* appchan x - Version 2.8.5 - 2014-01-17 * appchan x - Version 2.8.5 - 2014-01-18
* *
* Licensed under the MIT license. * Licensed under the MIT license.
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE * https://github.com/zixaphir/appchan-x/blob/master/LICENSE
@ -13357,8 +13357,7 @@
var bottom, clientHeight, left, li, nodes, option, select, style, top, ul, width, _i, _len, _ref, _ref1; var bottom, clientHeight, left, li, nodes, option, select, style, top, ul, width, _i, _len, _ref, _ref1;
e.stopPropagation(); e.stopPropagation();
e.preventDefault(); e.preventDefault();
ul = Rice.ul; if (!(ul = Rice.ul, Rice)) {
if (!ul) {
Rice.ul = ul = $.el('ul', { Rice.ul = ul = $.el('ul', {
id: "selectrice" id: "selectrice"
}); });

View File

@ -27,9 +27,7 @@ Rice =
e.stopPropagation() e.stopPropagation()
e.preventDefault() e.preventDefault()
{ul} = Rice unless {ul} = Rice
unless ul
Rice.ul = ul = $.el 'ul', id: "selectrice" Rice.ul = ul = $.el 'ul', id: "selectrice"
$.add d.body, ul $.add d.body, ul