Add: send mail - update maestro email / id
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user