mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-26 17:44:27 -04: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