2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

FIX: Discourse.BaseUri should not default to /

This commit is contained in:
Kane York 2015-09-06 20:20:59 -07:00
parent f6380c66ef
commit aca70805f1
9 changed files with 15 additions and 15 deletions

View file

@ -91,7 +91,7 @@ QUnit.testStart(function(ctx) {
// Allow our tests to change site settings and have them reset before the next test
Discourse.SiteSettings = dup(Discourse.SiteSettingsOriginal);
Discourse.BaseUri = "/";
Discourse.BaseUri = "";
Discourse.BaseUrl = "localhost";
Discourse.Session.resetCurrent();
Discourse.User.resetCurrent();