summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
Diffstat (limited to 'settings')
-rw-r--r--settings/js/personal.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/settings/js/personal.js b/settings/js/personal.js
index e546e707ea5..fb542f03c51 100644
--- a/settings/js/personal.js
+++ b/settings/js/personal.js
@@ -34,7 +34,6 @@ function changeDisplayName(){
$('#oldDisplayName').text($('#displayName').val());
// update displayName on the top right expand button
$('#expandDisplayName').text($('#displayName').val());
- updateAvatar();
}
else{
$('#newdisplayname').val(data.data.displayName);