mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-15 01:12:12 +00:00
fix profile-edit missed popup message on saving: wrong text variable name
This commit is contained in:
parent
904c9315fc
commit
d1351e9c7e
@ -268,7 +268,7 @@ function saveProfile(e) {
|
|||||||
}
|
}
|
||||||
alertPopup({
|
alertPopup({
|
||||||
txtTitle: txtTitle,
|
txtTitle: txtTitle,
|
||||||
txtMessage: messageTxt,
|
txtMessage: txtMessage,
|
||||||
cbConfirm: $.MAL.enableButton,
|
cbConfirm: $.MAL.enableButton,
|
||||||
cbConfirmReq: $('.submit-changes'),
|
cbConfirmReq: $('.submit-changes'),
|
||||||
cbClose: 'cbConfirm'
|
cbClose: 'cbConfirm'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user