Skip to content

Commit 675d784

Browse files
committed
removed obsolte store mutations
1 parent 272b915 commit 675d784

File tree

1 file changed

+0
-2
lines changed
  • app/concepts/matestack/ui/core/app

1 file changed

+0
-2
lines changed

app/concepts/matestack/ui/core/app/app.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ const componentDef = {
2525
}, document.location)){
2626
matestackEventHub.$emit("page_loading_triggered", document.location.pathname + document.location.search);
2727
this.$store.commit('setPageLoading', true);
28-
this.$store.commit('setPageLoadingStart', true);
29-
this.$store.commit('setPageLoadingEnd', false)
3028
self.$store.dispatch("navigateTo", { url: document.location.pathname + document.location.search, backwards: true } );
3129
}
3230
})

0 commit comments

Comments
 (0)