Use 'history' location for now
This commit is contained in:
parent
ed8d4354f6
commit
90e2366eef
|
@ -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(/#.*?$/, '')
|
||||
|
|
Loading…
Reference in New Issue
Block a user