From e6f3d66f7b6730e511dd27573d29edb52a52a100 Mon Sep 17 00:00:00 2001 From: piair Date: Wed, 27 Sep 2023 19:58:41 +0200 Subject: [PATCH] =?UTF-8?q?le=20test=20a=20pas=20vraiment=20march=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Flask/templates/dev.html | 4 ++-- version | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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