fix var name

This commit is contained in:
rolux 2014-02-14 05:47:27 +00:00
parent 88068794e4
commit da53817a20

View file

@ -2043,7 +2043,7 @@ pandora.resizeFolders = function(section) {
pandora.$ui.folder[pos].css({width: width + 'px'});
$list.css({width: width + 'px'});
if (pandora.site.sectionFolders[section][pos].showBrowser) {
pandora.$ui.findListInput[id] && pandora.$ui.findListInput[id].options({
pandora.$ui.findListsInput[id] && pandora.$ui.findListsInput[id].options({
width: width - 24
});
$list.resizeColumn('user', userColumnWidth)