From 7e43bec92e40eceb50761c9e5f9c3e366b82ee6f Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 2 Jun 2011 18:23:24 +0000 Subject: [PATCH] resize map on sidebar collapse --- static/js/pandora/ui/rightPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/ui/rightPanel.js b/static/js/pandora/ui/rightPanel.js index 095a2a5b6..2498f5a11 100644 --- a/static/js/pandora/ui/rightPanel.js +++ b/static/js/pandora/ui/rightPanel.js @@ -37,7 +37,7 @@ pandora.ui.rightPanel = function() { pandora.resizeGroups(data); app.$ui.list.size(); if (app.user.ui.lists[app.user.ui.list].listView == 'map') { - app.$ui.map.resize(); + app.$ui.map.resizeMap(); } } else { app.$ui.browser.scrollToSelection();