Bullshit, really
This commit is contained in:
parent
99033cdffa
commit
baa99f286e
2
LICENSE
2
LICENSE
@ -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.
|
||||
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
// ==/UserScript==
|
||||
|
||||
/*
|
||||
* appchan x - Version 2.8.5 - 2014-01-17
|
||||
* appchan x - Version 2.8.5 - 2014-01-18
|
||||
*
|
||||
* Licensed under the MIT 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;
|
||||
e.stopPropagation();
|
||||
e.preventDefault();
|
||||
ul = Rice.ul;
|
||||
if (!ul) {
|
||||
if (!(ul = Rice.ul, Rice)) {
|
||||
Rice.ul = ul = $.el('ul', {
|
||||
id: "selectrice"
|
||||
});
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// 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.
|
||||
* 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;
|
||||
e.stopPropagation();
|
||||
e.preventDefault();
|
||||
ul = Rice.ul;
|
||||
if (!ul) {
|
||||
if (!(ul = Rice.ul, Rice)) {
|
||||
Rice.ul = ul = $.el('ul', {
|
||||
id: "selectrice"
|
||||
});
|
||||
|
||||
@ -27,9 +27,7 @@ Rice =
|
||||
e.stopPropagation()
|
||||
e.preventDefault()
|
||||
|
||||
{ul} = Rice
|
||||
|
||||
unless ul
|
||||
unless {ul} = Rice
|
||||
Rice.ul = ul = $.el 'ul', id: "selectrice"
|
||||
$.add d.body, ul
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user