le test a pas vraiment marché

This commit is contained in:
piair 2023-09-27 19:58:41 +02:00
parent a7e6a73ba5
commit e6f3d66f7b
2 changed files with 3 additions and 3 deletions

View File

@ -20,8 +20,8 @@
await delay(2000);
document.getElementById('iframe').contentWindow.location.reload();
});
window.setInterval(myIframe.contentWindow.scrollTo(0, myIframe.contentDocument.body.scrollHeight), 500);
function descendre() {myIframe.contentWindow.scrollTo(0, myIframe.contentDocument.body.scrollHeight);}
window.setInterval(descendre(), 500);
</script>
{% endif %}

View File

@ -1 +1 @@
v6.6.18
v6.6.19