Fix: revised php code to maestro search
This commit is contained in:
@@ -69,9 +69,9 @@ class PlayerList {
|
||||
$(this.listRows[i].playerID).empty();
|
||||
|
||||
if(i < jsonData.length) {
|
||||
$(this.listRows[i].playerID).append(jsonData[i]["PlayerID"]);
|
||||
$(this.listRows[i].playerName).val(jsonData[i]["Name"]);
|
||||
$(this.listRows[i].enterCode).val(jsonData[i]["EnterCode"]);
|
||||
$(this.listRows[i].playerID).append(jsonData[i]["playerID"]);
|
||||
$(this.listRows[i].playerName).val(jsonData[i]["playerName"]);
|
||||
$(this.listRows[i].enterCode).val(jsonData[i]["enterCode"]);
|
||||
|
||||
this.enableItem(this.listRows[i]);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user