This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user