forked from 0x2620/pandora
fix var name
This commit is contained in:
parent
88068794e4
commit
da53817a20
1 changed files with 1 additions and 1 deletions
|
@ -2043,7 +2043,7 @@ pandora.resizeFolders = function(section) {
|
||||||
pandora.$ui.folder[pos].css({width: width + 'px'});
|
pandora.$ui.folder[pos].css({width: width + 'px'});
|
||||||
$list.css({width: width + 'px'});
|
$list.css({width: width + 'px'});
|
||||||
if (pandora.site.sectionFolders[section][pos].showBrowser) {
|
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
|
width: width - 24
|
||||||
});
|
});
|
||||||
$list.resizeColumn('user', userColumnWidth)
|
$list.resizeColumn('user', userColumnWidth)
|
||||||
|
|
Loading…
Reference in a new issue