From b4139a7388a085e4a61493afb7b92af82d6c5925 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 9 Jan 2012 16:15:59 +0530 Subject: [PATCH] fix selectable --- source/Ox.UI/js/List/Ox.TreeList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/List/Ox.TreeList.js b/source/Ox.UI/js/List/Ox.TreeList.js index 3b36ad43..a9d5d72a 100644 --- a/source/Ox.UI/js/List/Ox.TreeList.js +++ b/source/Ox.UI/js/List/Ox.TreeList.js @@ -107,7 +107,7 @@ Ox.TreeList = function(options, self) { .appendTo($item); } $('
') - .addClass('OxCell OxTarget'+!data.items?' OxSelectable':'') + .addClass('OxCell OxTarget'+(!data.items?' OxSelectable':'')) .css({ width: (self.options.width - padding - 32 + !data.items * 16) + 'px' })