mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
testing jshint.
This commit is contained in:
@@ -18,6 +18,9 @@ define(
|
||||
|
||||
getValue: function (key, defaultValue) {
|
||||
|
||||
|
||||
test = "";
|
||||
|
||||
var storeValue = window.localStorage.getItem(key);
|
||||
|
||||
if (!storeValue) {
|
||||
|
Reference in New Issue
Block a user