From 6df89d9c06210ffcfa8062a340ccc61122510a8e Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Fri, 26 Sep 2014 14:50:15 +0200 Subject: [PATCH] Ox -> Ox.UI --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 6b00de2a..e932aab9 100644 --- a/index.js +++ b/index.js @@ -586,7 +586,7 @@ Ox.load(/^https?:\/\/(www\.)?oxjs\.org\//.test( var $item = $('
') .addClass('item') .attr({id: item.id}) - .css({width: 224 - Ox.SCROLLBAR_SIZE + 'px'}) + .css({width: 224 - Ox.UI.SCROLLBAR_SIZE + 'px'}) .appendTo($list); $('
') .addClass('OxSerif title')