lowercase image references
This commit is contained in:
parent
9bf35c15b0
commit
7eb5b657ef
4 changed files with 11 additions and 11 deletions
|
@ -33,7 +33,7 @@
|
|||
});
|
||||
html += "<img src='" + url + "' />";
|
||||
} else {
|
||||
html += "<img src='css/images/userFlyoutDefault.png' />";
|
||||
html += "<img src='css/images/userflyoutdefault.png' />";
|
||||
}
|
||||
|
||||
html += "<h3>" + user.Name + "</h3>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue