]> source.dussan.org Git - nextcloud-server.git/commitdiff
Have uniform (wrong) indention
authorkondou <kondou@ts.unde.re>
Sat, 28 Sep 2013 15:49:07 +0000 (17:49 +0200)
committerkondou <kondou@ts.unde.re>
Sat, 28 Sep 2013 15:49:07 +0000 (17:49 +0200)
settings/js/personal.js

index 8944a7afa3cd027bf4dc9da1f899cd64085b2d4a..a923b47573145e16d2c8dca45b1cef76734afc5a 100644 (file)
@@ -34,7 +34,7 @@ function changeDisplayName(){
                 $('#oldDisplayName').text($('#displayName').val());
                 // update displayName on the top right expand button
                 $('#expandDisplayName').text($('#displayName').val());
-               updateAvatar();
+                updateAvatar();
             }
             else{
                 $('#newdisplayname').val(data.data.displayName);