This commit is contained in:
2020-02-05 20:58:06 +00:00
parent c22a0e33cb
commit 766cc082c7
3 changed files with 31 additions and 8 deletions

View File

@@ -19,8 +19,9 @@ export default function initialize() {
//Fetch the core localized text keys that will always be required by user
window.$gz.locale
.fetch(window.$gz.locale.coreKeys)
.then(function putFetchedNavItemsInStore() {
//put nav items into store
.then(function initializeNavPanel() {
console.log("INIT NAV PANEL");
var key = 0;
var sub = [];
@@ -732,6 +733,7 @@ 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)