From a912e7951d775ad83c38dad525ca4aad5ef746d0 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 22 Mar 2013 14:45:40 +0000 Subject: [PATCH] get the right key from localStorage --- static/js/pandora.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora.js b/static/js/pandora.js index c2b5c8e4..c1eb3413 100644 --- a/static/js/pandora.js +++ b/static/js/pandora.js @@ -34,7 +34,7 @@ appPanel //fails if localStorage does not exist or //if third party cookies are disabled try { - return localStorage['pandora.enableDebugMode']; + return localStorage[key]; } catch(e) {} } var animationInterval,