diff --git a/source/Ox.UI/js/List/InfoList.js b/source/Ox.UI/js/List/InfoList.js index b4b697ec..74b282fa 100644 --- a/source/Ox.UI/js/List/InfoList.js +++ b/source/Ox.UI/js/List/InfoList.js @@ -51,8 +51,6 @@ Ox.InfoList = function(options, self) { } }); - //Ox.print('INFO LIST FIND', self.options.find); - self.iconSize = Math.round(self.options.size * 2/3); self.itemHeight = self.options.size; @@ -105,7 +103,6 @@ Ox.InfoList = function(options, self) { width: '132px', height: '192px', margin: '4px 2px 4px 2px' - //background: 'blue' }) .append( Ox.IconItem(Ox.extend(data.icon, { @@ -127,7 +124,6 @@ Ox.InfoList = function(options, self) { float: 'left', width: getItemWidth() - 144 + 'px', height: 196 + 'px' - //background: 'green' }), $infobox = Ox.Element() .css({ @@ -143,7 +139,6 @@ Ox.InfoList = function(options, self) { width: getItemWidth() - 8 + 'px', height: 196 + 'px', margin: '4px' - //, background: 'red' }) .append($icon) .append($info);