Skip to content
Snippets Groups Projects
Unverified Commit 6371b765 authored by Roeland Jago Douma's avatar Roeland Jago Douma Committed by Julius Härtl
Browse files

Since we now always generate an avatar do not load the placeholder


The js and php code differ ever so slightly. So having the placeholder
for a second and then the image is just weird.

Signed-off-by: default avatarRoeland Jago Douma <roeland@famdouma.nl>
parent b6fcf598
No related branches found
No related tags found
No related merge requests found
......@@ -136,11 +136,6 @@
}
});
} else {
// We already have the displayname so set the placeholder (to show at least something)
if (!hidedefault) {
$div.imageplaceholder(displayname);
}
var img = new Image();
// If the new image loads successfully set it.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment