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
|
//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,
|
||||||
|
|
Loading…
Reference in a new issue