mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-06-13 14:34:45 +02:00
test pour que ce soit plus joli
This commit is contained in:
@ -20,10 +20,8 @@
|
||||
await delay(2000);
|
||||
document.getElementById('iframe').contentWindow.location.reload();
|
||||
});
|
||||
window.setInterval(function() {
|
||||
var myIframe = document.getElementById('iframe');
|
||||
myIframe.contentWindow.scrollTo(0, myIframe.contentDocument.body.scrollHeight);
|
||||
}, 500);
|
||||
|
||||
window.setInterval(myIframe.contentWindow.scrollTo(0, myIframe.contentDocument.body.scrollHeight), 500);
|
||||
|
||||
</script>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user