mirror of https://github.com/apache/archiva.git
not clear current screen when edit user detail
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1228219 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7af84cdcb7
commit
531064a0c5
|
@ -408,7 +408,7 @@ $(function() {
|
||||||
* display modal box for updating current user details
|
* display modal box for updating current user details
|
||||||
*/
|
*/
|
||||||
editUserDetailsBox=function(){
|
editUserDetailsBox=function(){
|
||||||
screenChange();
|
clearUserMessages();
|
||||||
$("#modal-user-edit-err-message").hide();
|
$("#modal-user-edit-err-message").hide();
|
||||||
$("#modal-user-edit-err-message").html("");
|
$("#modal-user-edit-err-message").html("");
|
||||||
if (window.modalEditUserBox == null) {
|
if (window.modalEditUserBox == null) {
|
||||||
|
|
Loading…
Reference in New Issue