mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 05:38:13 +08:00
Upgrade QUnit to latest version
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import getUrl from 'discourse-common/lib/get-url';
|
||||
|
||||
const Router = Ember.Router.extend({
|
||||
rootURL: getUrl('/wizard'),
|
||||
rootURL: getUrl('/wizard/'),
|
||||
location: Ember.testing ? 'none': 'history'
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user