mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -07:00
fixed intentional error.
This commit is contained in:
parent
0124bd9f1e
commit
e89c337bbe
1 changed files with 0 additions and 4 deletions
|
@ -17,10 +17,6 @@ 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…
Add table
Add a link
Reference in a new issue