diff --git a/app/router.coffee b/app/router.coffee index 1f153225..aed1bfd4 100644 --- a/app/router.coffee +++ b/app/router.coffee @@ -4,7 +4,7 @@ Router = Ember.Router.extend # TODO: we should use TravisLocation here - location: if Ember.testing then 'none' else Location + location: if Ember.testing then 'none' else 'history' handleURL: (url) -> url = url.replace(/#.*?$/, '')