This commit is contained in:
2020-02-25 23:32:05 +00:00
parent 5482ef30cd
commit 9dda20a7c2
7 changed files with 6 additions and 77 deletions

View File

@@ -20,7 +20,6 @@ export default function initialize() {
window.$gz.locale
.fetch(window.$gz.locale.coreKeys)
.then(function initializeNavPanel() {
// console.log("INIT NAV PANEL");
var key = 0;
var sub = [];
@@ -732,7 +731,6 @@ export default function initialize() {
}
})
.then(() => {
//console.log("INIT FETCH USEROPTIONS AND CACHE");
//CACHE LOCALE SETTINGS
window.$gz.api
.get("UserOptions/" + window.$gz.store.state.userId)