mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-05 13:21:25 -05: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