diff --git a/Flask/templates/dev.html b/Flask/templates/dev.html
index 06e741a..4d66257 100644
--- a/Flask/templates/dev.html
+++ b/Flask/templates/dev.html
@@ -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);
{% endif %}
diff --git a/version b/version
index faa73d3..e54bc5c 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-v6.6.18
+v6.6.19