resizeGroups too

This commit is contained in:
j 2011-05-25 23:31:47 +02:00
commit ead8faacc5
2 changed files with 2 additions and 2 deletions

View file

@ -136,7 +136,7 @@ Ox.load('Geo', function() {
pandora.resizeFolders();
if (!app.user.ui.item) {
app.$ui.list.size();
resizeGroups(app.$ui.rightPanel.width());
pandora.resizeGroups(app.$ui.rightPanel.width());
if (app.user.ui.listView == 'map') {
app.$ui.map.resize();
}