Browse Source

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

readme-update
Simon Grim 9 years ago
parent
commit
d1351e9c7e
  1. 2
      js/twister_user.js

2
js/twister_user.js

@ -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…
Cancel
Save