mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
fixed intentional error.
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user