fix profile-edit missed popup message on saving: wrong text variable name

This commit is contained in:
Simon Grim 2016-02-16 18:56:55 +05:00
parent 904c9315fc
commit d1351e9c7e

View File

@ -268,7 +268,7 @@ function saveProfile(e) {
}
alertPopup({
txtTitle: txtTitle,
txtMessage: messageTxt,
txtMessage: txtMessage,
cbConfirm: $.MAL.enableButton,
cbConfirmReq: $('.submit-changes'),
cbClose: 'cbConfirm'