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.
|
* Licensed under the MIT license.
|
||||||
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
||||||
|
|||||||
@ -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"
|
||||||
});
|
});
|
||||||
|
|||||||
@ -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"
|
||||||
});
|
});
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user