From 483e7424399f13aa860d2b6aad614c10c5912958 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 25 Feb 2013 20:46:42 +0000 Subject: [PATCH] fix window resize in items section --- static/js/pandora/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/utils.js b/static/js/pandora/utils.js index cfc4f3c4..844a6077 100644 --- a/static/js/pandora/utils.js +++ b/static/js/pandora/utils.js @@ -1242,7 +1242,7 @@ pandora.resizeWindow = function() { // FIXME: a lot of this throws errors on load pandora.$ui.leftPanel && pandora.$ui.leftPanel.size(2, pandora.getInfoHeight(true)); pandora.resizeFolders(); - if (pandora.user.ui.section == 'item') { + if (pandora.user.ui.section == 'items') { if (!pandora.user.ui.item) { pandora.resizeFilters(pandora.$ui.rightPanel.width()); if (pandora.user.ui.listView == 'clips') {