diff --git a/source/Ox.UI/js/List/InfoList.js b/source/Ox.UI/js/List/InfoList.js index 39a9876b..aab2d844 100644 --- a/source/Ox.UI/js/List/InfoList.js +++ b/source/Ox.UI/js/List/InfoList.js @@ -52,7 +52,7 @@ Ox.InfoList = function(options, self) { $parent.css({width: width - 144}); $parent.parent().css({width: width - 144}); $parent.parent().parent().css({width: width - 8}); - Ox.elements[id].options({width: width - 152}); + Ox.$elements[id].options({width: width - 152}); }); } });