From b0ffb5dce6e4ce9101a2e882c4cafc502e1fcc70 Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 6 Nov 2011 00:34:18 +0000 Subject: [PATCH] add missing var declaration --- static/js/pandora/folders.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/pandora/folders.js b/static/js/pandora/folders.js index 89ca123b2..eae2871df 100644 --- a/static/js/pandora/folders.js +++ b/static/js/pandora/folders.js @@ -91,6 +91,7 @@ pandora.ui.folders = function() { }) .bindEvent({ change: function(data) { + var listData; Ox.Request.clearCache(); // fixme: remove pandora.site.sectionFolders.items[i].showBrowser = !pandora.site.sectionFolders.items[i].showBrowser; if (pandora.site.sectionFolders.items[i].showBrowser) {