From 4c78ec150b6d6558a45377dbffd2e5f89c3d05c0 Mon Sep 17 00:00:00 2001 From: piair Date: Wed, 27 Sep 2023 20:05:39 +0200 Subject: [PATCH] bah voila a quoi ca sert --- Flask/templates/dev.html | 4 +++- Flask/templates/vnc.html | 19 ++++++++++++++++++- version | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/Flask/templates/dev.html b/Flask/templates/dev.html index f77db04..7d3c409 100644 --- a/Flask/templates/dev.html +++ b/Flask/templates/dev.html @@ -18,7 +18,9 @@ document.getElementById('iframe').contentWindow.location.reload(); }); - window.setInterval(function() {document.getElementById('iframe').contentWindow.scrollTo(0, myIframe.contentDocument.body.scrollHeight);}, 500); + window.setInterval(function() { + document.getElementById('iframe').contentWindow.scrollTo(0, myIframe.contentDocument.body.scrollHeight); + }, 500); {% endif %} diff --git a/Flask/templates/vnc.html b/Flask/templates/vnc.html index 9eea470..b80b251 100644 --- a/Flask/templates/vnc.html +++ b/Flask/templates/vnc.html @@ -7,7 +7,24 @@ {%if not current_user.is_authenticated %} {% else %} - + + + + + {% endif %} {%endblock %} \ No newline at end of file diff --git a/version b/version index a249cdd..802664e 100644 --- a/version +++ b/version @@ -1 +1 @@ -v6.6.20 +v6.6.21