1
0
Fork 0

removed useless function call

This commit is contained in:
hkernbach 2019-12-03 09:57:49 +01:00
parent fa5fda3b9a
commit 4ac2da3689
1 changed files with 1 additions and 2 deletions

View File

@ -237,9 +237,8 @@
arangoHelper.arangoError('User', 'Could not edit user settings');
} else {
arangoHelper.arangoNotification('User', 'Changes confirmed.');
this.updateUserProfile();
}
}.bind(this);
};
this.currentUser.setExtras(name, img, callback);
window.modalView.hide();