test pour que ce soit plus joli

This commit is contained in:
piair 2023-09-27 19:57:11 +02:00
parent e7d8e8afa4
commit a7e6a73ba5
2 changed files with 3 additions and 5 deletions

View File

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

View File

@ -1 +1 @@
v6.6.17 v6.6.18