Fix: () => { } -> function() { }
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
"./../server/maestro/maestro_test_player.php",
|
||||
"maestro_id=" + maestroID,
|
||||
|
||||
(jsonData) => {
|
||||
function(jsonData) {
|
||||
console.log("maestroAccountType : " + jsonData["maestroAccountType"]);
|
||||
console.log("playerName : " + jsonData["playerName"]);
|
||||
console.log("playerID : " + jsonData["playerID"]);
|
||||
@@ -31,7 +31,7 @@
|
||||
location.href='./../client/menu_app.html';
|
||||
},
|
||||
|
||||
(errorMessage, errorCode) => {
|
||||
function(errorMessage, errorCode) {
|
||||
if($("#error_message").length) {
|
||||
$("#error_message").text(errorMessage);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user