mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-14 00:48:05 +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({
|
||||
txtTitle: txtTitle,
|
||||
txtMessage: messageTxt,
|
||||
txtMessage: txtMessage,
|
||||
cbConfirm: $.MAL.enableButton,
|
||||
cbConfirmReq: $('.submit-changes'),
|
||||
cbClose: 'cbConfirm'
|
||||
|
Loading…
Reference in New Issue
Block a user