From 90e2366eeff874c1fd07c79dda9823b2dfa42cb7 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Thu, 5 Feb 2015 15:28:21 +0100 Subject: [PATCH] Use 'history' location for now --- app/router.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(/#.*?$/, '')