This commit is contained in:
Dominic Grimm 2023-02-28 13:05:25 +01:00
parent 05565e38f9
commit 9eae8bff44
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 waitDelay = 10_000;
const waitDelay = 15_000;
const scrollDuration = elementCount * 200;
function reload() {