From a7e6a73ba55f4621918345111a4ba32c92ca5bd3 Mon Sep 17 00:00:00 2001 From: piair Date: Wed, 27 Sep 2023 19:57:11 +0200 Subject: [PATCH] test pour que ce soit plus joli --- Flask/templates/dev.html | 6 ++---- version | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Flask/templates/dev.html b/Flask/templates/dev.html index d4e4442..06e741a 100644 --- a/Flask/templates/dev.html +++ b/Flask/templates/dev.html @@ -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); {% endif %} diff --git a/version b/version index c8f11e6..faa73d3 100644 --- a/version +++ b/version @@ -1 +1 @@ -v6.6.17 +v6.6.18