Update
This commit is contained in:
parent
05565e38f9
commit
9eae8bff44
1 changed files with 1 additions and 1 deletions
|
@ -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 = 10_000;
|
const waitDelay = 15_000;
|
||||||
const scrollDuration = elementCount * 200;
|
const scrollDuration = elementCount * 200;
|
||||||
|
|
||||||
function reload() {
|
function reload() {
|
||||||
|
|
Loading…
Reference in a new issue