drawConfirmBox closePanel

This commit is contained in:
oc 2019-02-20 21:51:09 +08:00
parent 7c05ccf128
commit b11d833988

View File

@ -109,6 +109,7 @@ events.prototype.startGame = function (hard, seed, route, callback) {
core.clearStatusBar();
var post_start = function () {
core.ui.closePanel();
core.control.triggerStatusBar('show');
core.dom.musicBtn.style.display = 'none';