get the right key from localStorage
This commit is contained in:
parent
5ec7b1cf2d
commit
a912e7951d
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue