resizeGroups too
This commit is contained in:
parent
e2dd9d1224
commit
ead8faacc5
2 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
|
|
|
@ -34,7 +34,7 @@ pandora.ui.rightPanel = function() {
|
|||
resize: function(event, data) {
|
||||
//Ox.print('???? resize rightPanel', event, data)
|
||||
if (!app.user.ui.item) {
|
||||
resizeGroups(data);
|
||||
pandora.resizeGroups(data);
|
||||
app.$ui.list.size();
|
||||
if (app.user.ui.lists[app.user.ui.list].listView == 'map') {
|
||||
app.$ui.map.resize();
|
||||
|
|
Loading…
Reference in a new issue