diff --git a/src/UI/Config.js b/src/UI/Config.js index 7721fa79f..076eaf420 100644 --- a/src/UI/Config.js +++ b/src/UI/Config.js @@ -18,6 +18,9 @@ define( getValue: function (key, defaultValue) { + + test = ""; + var storeValue = window.localStorage.getItem(key); if (!storeValue) {