Fix: result record, ranking board bug
This commit is contained in:
@@ -346,9 +346,9 @@ DBConnectManager.prototype.requestHowToPlay = function(appID, onSucceededListene
|
||||
xhr.send("AppID=" + appID);
|
||||
}
|
||||
|
||||
DBConnectManager.prototype.updateAppHighestRecord = function(maestroID, playerID, appID, record) {
|
||||
DBConnectManager.prototype.updateResultRecord = function(maestroID, playerID, appID, record) {
|
||||
var xhr = new XMLHttpRequest();
|
||||
xhr.open("POST", this.phpPath + "server/record/update_app_highest_record.php", true);
|
||||
xhr.open("POST", this.phpPath + "server/record/update_result_record.php", true);
|
||||
xhr.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
|
||||
xhr.send(
|
||||
"MaestroID=" + maestroID
|
||||
|
||||
Reference in New Issue
Block a user