mirror of
https://github.com/Readarr/Readarr.git
synced 2026-09-23 11:45:09 -04:00
fixed intentional error.
This commit is contained in:
1 parent
0124bd9f1e
commit
e89c337bbe
1 file changed
-4
@@ -17,10 +17,6 @@ define(
|
||||
},
|
||||
|
||||
getValue: function (key, defaultValue) {
|
||||
|
||||
|
||||
test = "";
|
||||
|
||||
var storeValue = window.localStorage.getItem(key);
|
||||
|
||||
if (!storeValue) {
|
||||
|
||||
Reference in new issue
Block a user