We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 272b915 commit 675d784Copy full SHA for 675d784
app/concepts/matestack/ui/core/app/app.js
@@ -25,8 +25,6 @@ const componentDef = {
25
}, document.location)){
26
matestackEventHub.$emit("page_loading_triggered", document.location.pathname + document.location.search);
27
this.$store.commit('setPageLoading', true);
28
- this.$store.commit('setPageLoadingStart', true);
29
- this.$store.commit('setPageLoadingEnd', false)
30
self.$store.dispatch("navigateTo", { url: document.location.pathname + document.location.search, backwards: true } );
31
}
32
})
0 commit comments