diff --git a/public/libs/control.js b/public/libs/control.js index d0a7cd6..3bd72ca 100644 --- a/public/libs/control.js +++ b/public/libs/control.js @@ -475,9 +475,10 @@ control.prototype.showStartAnimate = function (noAnimate, callback) { core.flags.startUsingCanvas, callback ); - core.hideWithAnimate(core.dom.startTop, 20, function () { - core.control._showStartAnimate_finished(false, callback); - }); + Mota.require('var', 'fixedUi').open('start'); + // core.hideWithAnimate(core.dom.startTop, 20, function () { + // core.control._showStartAnimate_finished(false, callback); + // }); }; control.prototype._showStartAnimate_resetDom = function () {