diff --git a/assets/javascripts/app/router.coffee b/assets/javascripts/app/router.coffee index 9a0e0b0a..41870424 100644 --- a/assets/javascripts/app/router.coffee +++ b/assets/javascripts/app/router.coffee @@ -113,7 +113,7 @@ class app.Router return isIndex: -> - @context.path is '/' or (app.isSingleDoc() and @context?.entry?.isIndex()) + @context?.path is '/' or (app.isSingleDoc() and @context?.entry?.isIndex()) setInitialPath: -> # Remove superfluous forward slashes at the beginning of the path