From 240c8e9a7ce2a5176e4eb86bb811ffdc8c0b8cdd Mon Sep 17 00:00:00 2001 From: ckcz123 Date: Wed, 17 Jan 2018 20:39:15 +0800 Subject: [PATCH] Upload --- libs/events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/events.js b/libs/events.js index 014a71a1..5c815f39 100644 --- a/libs/events.js +++ b/libs/events.js @@ -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("");