mirror of
https://github.com/Readarr/Readarr.git
synced 2026-09-23 19:55:09 -04:00
testing jshint.
This commit is contained in:
1 parent
4a5120a921
commit
499a34166f
1 file changed
+3
@@ -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