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