Fix: () => { } -> function() { }

This commit is contained in:
2018-09-13 15:13:14 +09:00
parent dad83205cd
commit e8c7304dba
22 changed files with 108 additions and 101 deletions
@@ -22,7 +22,7 @@
"./../server/maestro/maestro_test_account.php",
"",
(jsonData) => {
function(jsonData) {
let maestroID = jsonData["maestroID"];
let playerID = jsonData["playerID"];
let playerName = jsonData["playerName"];
@@ -37,7 +37,7 @@
location.href = "./../client/menu_app.html";
},
(errorMessage, errorCode) => {
function(errorMessage, errorCode) {
if($("#error_message").length) {
$("#error_message").text(errorMessage);
}