diff options
Diffstat (limited to 'core/js')
-rw-r--r-- | core/js/jquery.avatar.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/js/jquery.avatar.js b/core/js/jquery.avatar.js index 54518c75cc7..b44fe5fd631 100644 --- a/core/js/jquery.avatar.js +++ b/core/js/jquery.avatar.js @@ -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. |