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:
Olivier Lamy 2012-01-06 15:01:31 +00:00
parent 7af84cdcb7
commit 531064a0c5
1 changed files with 1 additions and 1 deletions

View File

@ -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) {