Fix: () => { } -> function() { }
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
"./../server/player/player_experience_account.php",
|
||||
"",
|
||||
|
||||
(jsonData) => {
|
||||
function(jsonData) {
|
||||
let maestroID = jsonData["maestroID"];
|
||||
let maestroAccountType = jsonData["maestroAccountType"];
|
||||
let playerID = jsonData["playerID"];
|
||||
@@ -44,7 +44,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