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

Never render an avatar img if we know the username is invalid.

This commit is contained in:
Robin Ward 2013-07-18 12:03:09 -04:00
parent 910c88c48e
commit e3bbb2c8bb
5 changed files with 48 additions and 13 deletions

View file

@ -81,5 +81,6 @@ 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 = "/";
Discourse.BaseUrl = "";
})