Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Fix #450
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Feb 5, 2014
1 parent b508219 commit abedc77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/plugins/gui.user/manifest.xml
Expand Up @@ -82,8 +82,8 @@
if(transport.responseText == 'PASS_ERROR'){
alert(MessageHash[240]);
}else if(transport.responseText == 'SUCCESS'){
ajaxplorer.displayMessage('SUCCESS', MessageHash[gui.user.6]);
oForm.down('#reset-password').update(MessageHash[gui.user.6]);
ajaxplorer.displayMessage('SUCCESS', MessageHash['gui.user.6']);
oForm.down('#reset-password').update(MessageHash['gui.user.6']);
}
}
};
Expand Down

0 comments on commit abedc77

Please sign in to comment.