mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-09 02:06:56 +00:00
fixed intentional error.
This commit is contained in:
@@ -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