get the right key from localStorage

This commit is contained in:
j 2013-03-22 14:45:40 +00:00
parent 5ec7b1cf2d
commit a912e7951d

View file

@ -34,7 +34,7 @@ appPanel
//fails if localStorage does not exist or //fails if localStorage does not exist or
//if third party cookies are disabled //if third party cookies are disabled
try { try {
return localStorage['pandora.enableDebugMode']; return localStorage[key];
} catch(e) {} } catch(e) {}
} }
var animationInterval, var animationInterval,