This commit is contained in:
ckcz123 2018-01-17 20:39:15 +08:00
parent 54468aafa0
commit 240c8e9a7c

View File

@ -181,7 +181,7 @@ events.prototype.gameOver = function (success, fromReplay) {
core.restart();
}
core.drawConfirmBox("你想记录你的ID和成绩吗", function () {
core.ui.drawConfirmBox("你想记录你的ID和成绩吗", function () {
doUpload(prompt("请输入你的ID"));
}, function () {
doUpload("");