Discourse Macro Helpers + Minor Fix to Admin User View

This commit is contained in:
Robin Ward
2013-07-11 19:35:52 -04:00
parent 89152116c6
commit 5eaae063f0
13 changed files with 136 additions and 69 deletions
+1
View File
@@ -80,5 +80,6 @@ Discourse.Router.map(function() {
QUnit.testStart(function() {
// Allow our tests to change site settings and have them reset before the next test
Discourse.SiteSettings = jQuery.extend(true, {}, Discourse.SiteSettingsOriginal);
Discourse.BaseUri = "/";
})