mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
fixed intentional error.
This commit is contained in:
parent
0124bd9f1e
commit
e89c337bbe
@ -17,10 +17,6 @@ define(
|
||||
},
|
||||
|
||||
getValue: function (key, defaultValue) {
|
||||
|
||||
|
||||
test = "";
|
||||
|
||||
var storeValue = window.localStorage.getItem(key);
|
||||
|
||||
if (!storeValue) {
|
||||
|
Loading…
Reference in New Issue
Block a user