From 83a84fefce0a6af7b55ab476c33b6091127e8fe0 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> 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 095a2a5..2498f5a 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();