diff --git a/bvplan/js/bvplan.js b/bvplan/js/bvplan.js index aaa18ad..ebc93c2 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 = 10_000; +const waitDelay = 15_000; const scrollDuration = elementCount * 200; function reload() {