mirror of https://gitee.com/bigwinds/arangodb
removed useless function call
This commit is contained in:
parent
fa5fda3b9a
commit
4ac2da3689
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue