Update
This commit is contained in:
parent
9eae8bff44
commit
38b644f3fa
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ window.onerror = function () {
|
|||
|
||||
const elementCount = JSON.parse($("#data-element-count").text());
|
||||
const waitDelay = 15_000;
|
||||
const scrollDuration = elementCount * 200;
|
||||
const scrollDuration =
|
||||
($(document).height() / $(window).height()) * elementCount * 200;
|
||||
|
||||
function reload() {
|
||||
window.location.reload();
|
||||
|
|
Loading…
Reference in a new issue