mirror of https://github.com/lidarr/Lidarr
testing jshint.
This commit is contained in:
parent
4a5120a921
commit
499a34166f
|
@ -18,6 +18,9 @@ define(
|
||||||
|
|
||||||
getValue: function (key, defaultValue) {
|
getValue: function (key, defaultValue) {
|
||||||
|
|
||||||
|
|
||||||
|
test = "";
|
||||||
|
|
||||||
var storeValue = window.localStorage.getItem(key);
|
var storeValue = window.localStorage.getItem(key);
|
||||||
|
|
||||||
if (!storeValue) {
|
if (!storeValue) {
|
||||||
|
|
Loading…
Reference in New Issue