lowercase image references

This commit is contained in:
Luke Pulverenti 2013-03-27 18:17:46 -04:00
parent 9bf35c15b0
commit 7eb5b657ef
4 changed files with 11 additions and 11 deletions

View file

@ -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>";