diff --git a/bvplan/js/bvplan.js b/bvplan/js/bvplan.js index c46034d..8236f1b 100644 --- a/bvplan/js/bvplan.js +++ b/bvplan/js/bvplan.js @@ -7,7 +7,7 @@ window.onerror = function () { }; const elementCount = JSON.parse($("#data-element-count").text()); -const waitDelay = 15_000; +const waitDelay = 10_000; const scrollDuration = ($(document).height() / $(window).height()) * elementCount * 200;