Add: send mail - update maestro email / id

This commit is contained in:
2018-10-23 14:24:02 +09:00
parent b901a51d11
commit e384627c54
6 changed files with 149 additions and 11 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ function changeMaestroInfo() {
sendRequestServer( //url, sendParams, onSuccess, onFail, isDebugMode);
"./../server/maestro/update_maestro_info.php",
"maestro_id=" + maestroID + "&maestro_name=" + newMaestroIDName + "&email=" + newEmail,
"maestro_id=" + maestroID + "&maestro_name=" + newMaestroIDName + "&email=" + encodeURIComponent(newEmail),
(function(jsonData) {
alert(