1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-31 18:36:15 -04:00

fixed intentional error.

This commit is contained in:
kayone
2013-11-20 22:29:04 -08:00
parent 0124bd9f1e
commit e89c337bbe

View File

@@ -17,10 +17,6 @@ define(
},
getValue: function (key, defaultValue) {
test = "";
var storeValue = window.localStorage.getItem(key);
if (!storeValue) {