Skip to content

Commit 417824d

Browse files
committed
added compiled assets for navigation fix
1 parent 96464b0 commit 417824d

File tree

7 files changed

+5
-5
lines changed

7 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const componentDef = {
2222
pathName: self.currentPathName,
2323
search: self.currentSearch
2424
}, document.location)){
25-
self.$store.dispatch("navigateTo", {url: document.location.pathname + document.location.search, backwards: true} );
25+
self.$store.dispatch("navigateTo", { url: document.location.pathname + document.location.search, backwards: true } );
2626
}
2727
})
2828
},

vendor/assets/javascripts/dist/matestack-ui-core.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/assets/javascripts/dist/matestack-ui-core.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/assets/javascripts/dist/matestack-ui-core.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

vendor/assets/javascripts/dist/matestack-ui-core.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

0 commit comments

Comments
 (0)