rename update() methods to updateFoo()

This commit is contained in:
rolux 2012-05-28 17:52:11 +02:00
commit 9173042df4
3 changed files with 5 additions and 5 deletions

View file

@ -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();
}
});
};