This commit is contained in:
Dominic Grimm 2023-03-02 19:29:47 +01:00
parent dfac95f7f2
commit 73fdcb4bd2
No known key found for this signature in database
GPG key ID: 6F294212DEAAC530

View file

@ -7,7 +7,7 @@ window.onerror = function () {
}; };
const elementCount = JSON.parse($("#data-element-count").text()); const elementCount = JSON.parse($("#data-element-count").text());
const waitDelay = 15_000; const waitDelay = 10_000;
const scrollDuration = const scrollDuration =
($(document).height() / $(window).height()) * elementCount * 200; ($(document).height() / $(window).height()) * elementCount * 200;