le test a pas vraiment marché
This commit is contained in:
parent
a7e6a73ba5
commit
e6f3d66f7b
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue