From d1351e9c7e4efee745d1777ef46afe02d00bcf3e Mon Sep 17 00:00:00 2001 From: Simon Grim Date: Tue, 16 Feb 2016 18:56:55 +0500 Subject: [PATCH] fix profile-edit missed popup message on saving: wrong text variable name --- js/twister_user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/twister_user.js b/js/twister_user.js index bf439f5..4ce38a7 100644 --- a/js/twister_user.js +++ b/js/twister_user.js @@ -268,7 +268,7 @@ function saveProfile(e) { } alertPopup({ txtTitle: txtTitle, - txtMessage: messageTxt, + txtMessage: txtMessage, cbConfirm: $.MAL.enableButton, cbConfirmReq: $('.submit-changes'), cbClose: 'cbConfirm'