From baa99f286e54be721cfcc9c5da5f106467caced4 Mon Sep 17 00:00:00 2001 From: Zixaphir Date: Sat, 18 Jan 2014 01:22:58 -0700 Subject: [PATCH] Bullshit, really --- LICENSE | 2 +- builds/appchan-x.user.js | 5 ++--- builds/crx/script.js | 5 ++--- src/Theming/Rice.coffee | 4 +--- 4 files changed, 6 insertions(+), 10 deletions(-) diff --git a/LICENSE b/LICENSE index c88ce4964..2111cc847 100644 --- a/LICENSE +++ b/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 diff --git a/builds/appchan-x.user.js b/builds/appchan-x.user.js index 5ed56c3b4..4fa526c8f 100644 --- a/builds/appchan-x.user.js +++ b/builds/appchan-x.user.js @@ -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" }); diff --git a/builds/crx/script.js b/builds/crx/script.js index 7ab693e49..3687a3a58 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -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" }); diff --git a/src/Theming/Rice.coffee b/src/Theming/Rice.coffee index 47ddac4f7..285425013 100644 --- a/src/Theming/Rice.coffee +++ b/src/Theming/Rice.coffee @@ -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