Use 'history' location for now
This commit is contained in:
parent
ed8d4354f6
commit
90e2366eef
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
Router = Ember.Router.extend
|
Router = Ember.Router.extend
|
||||||
# TODO: we should use TravisLocation here
|
# TODO: we should use TravisLocation here
|
||||||
location: if Ember.testing then 'none' else Location
|
location: if Ember.testing then 'none' else 'history'
|
||||||
|
|
||||||
handleURL: (url) ->
|
handleURL: (url) ->
|
||||||
url = url.replace(/#.*?$/, '')
|
url = url.replace(/#.*?$/, '')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user