forked from 0x2620/pandora
rename update() methods to updateFoo()
This commit is contained in:
parent
e477d4ee45
commit
9173042df4
3 changed files with 5 additions and 5 deletions
|
|
@ -1015,7 +1015,7 @@ pandora.resizeFolders = function() {
|
|||
}
|
||||
}
|
||||
if (!pandora.user.ui.showFolder[pandora.user.ui.section][id]) {
|
||||
pandora.$ui.folder[pos].update();
|
||||
pandora.$ui.folder[pos].updatePanel();
|
||||
}
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue