Commit 2baaa190fae66b7a6d6e26257bd0b5210de43fa8
- Diff rendering mode:
- inline
- side by side
mouchak/static/js/mouchak.js
175 | Backbone.history.start(); | 175 | Backbone.history.start(); |
---|---|---|---|
176 | 176 | ||
177 | if(!window.location.hash) { | 177 | if(!window.location.hash) { |
178 | 178 | var startpage = M.site_content.menu.menuOrder[0]; | |
179 | app_router.navigate(startpage, {trigger: true}); | 179 | app_router.navigate(startpage, {trigger: true}); |
180 | } | 180 | } |
181 | 181 |