From 7bbf75e98105fdc324c11f1ffb291472c2874a42 Mon Sep 17 00:00:00 2001 From: unanmed <90094606+unanmed@users.noreply.github.com> Date: Sun, 26 Feb 2023 04:40:10 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=2018d5a?= =?UTF-8?q?2246865ae551afdfaae7ff9b6a8d7c31a97=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 1 - libs/core.js | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 083fc0c..e8cd79b 100644 --- a/index.html +++ b/index.html @@ -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'; diff --git a/libs/core.js b/libs/core.js index d025a18..798d98c 100644 --- a/libs/core.js +++ b/libs/core.js @@ -614,6 +614,7 @@ core.prototype._init_plugins = function () { } core._forwardFunc('plugin'); + if (!main.replayChecking) main.forward(); }; core.prototype._forwardFuncs = function () {