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:
parent
910c88c48e
commit
e3bbb2c8bb
5 changed files with 48 additions and 13 deletions
|
@ -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 = "";
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue