Use cookie everywhere

This commit is contained in:
hishamco
2020-12-03 17:15:08 +03:00
parent 049ded6f7e
commit 20f1a6175f
7 changed files with 9 additions and 50 deletions

View File

@ -362,11 +362,5 @@ Oqtane.Interop = {
setInterval(function () {
window.location.href = url;
}, wait * 1000);
},
getLocalStorage: function (name) {
return window.localStorage[name];
},
setLocalStorage: function (name, value) {
window.localStorage[name] = value;
}
};