Deploying to gh-pages from @ 18d5a22468 🚀

This commit is contained in:
unanmed 2023-02-26 04:40:10 +00:00
parent c2ea9c9716
commit 7bbf75e981
2 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,6 @@
startImageLogo.onload = function () {
startImageBackgroundDiv.style.display = 'block';
var onAnimationEnd = function () {
console.log(1);
if (window.core && core.plugin && core.plugin.startAnimationEnded) {
core.plugin.startAnimationEnded.value = true;
startImageBackgroundDiv.style.display = 'none';

View File

@ -614,6 +614,7 @@ core.prototype._init_plugins = function () {
}
core._forwardFunc('plugin');
if (!main.replayChecking) main.forward();
};
core.prototype._forwardFuncs = function () {