bah voila a quoi ca sert

This commit is contained in:
piair
2023-09-27 20:05:39 +02:00
parent 11d30491c6
commit 4c78ec150b
3 changed files with 22 additions and 3 deletions

View File

@ -18,7 +18,9 @@
document.getElementById('iframe').contentWindow.location.reload();
});
window.setInterval(function() {document.getElementById('iframe').contentWindow.scrollTo(0, myIframe.contentDocument.body.scrollHeight);}, 500);
window.setInterval(function() {
document.getElementById('iframe').contentWindow.scrollTo(0, myIframe.contentDocument.body.scrollHeight);
}, 500);
</script>
{% endif %}