ce serait très frole si ca marche

This commit is contained in:
piair 2023-09-27 11:51:38 +02:00
parent 1710ade2c1
commit 7e6062ca1c
2 changed files with 2 additions and 5 deletions

View File

@ -14,11 +14,8 @@
var myIframe = document.getElementById('iframe');
myIframe.addEventListener("load", function() {
myIframe.contentWindow.scrollTo(0, myIframe.contentDocument.body.scrollHeight);
reloadIFrame();
});
window.setInterval(function() {
reloadIFrame()
}, 500);
function reloadIFrame() {
console.log('reloading..');

View File

@ -1 +1 @@
v6.6.8
v6.6.9