Reload the page when opening the root page in single doc mode

pull/90/head
Thibaut 11 years ago
parent dccc8954a8
commit 7f4e0aea30

@ -69,6 +69,7 @@ class app.Router
return
root: ->
window.location = '/' if app.isSingleDoc()
@triggerRoute 'root'
return

Loading…
Cancel
Save