oué ca update

This commit is contained in:
piair 2023-09-27 19:26:44 +02:00
parent 8813542cfc
commit 72504e5cab
2 changed files with 4 additions and 1 deletions

View File

@ -11,6 +11,9 @@
<iframe id="iframe" src="{{url_for('static', filename='logs/dev.txt')}}" width="100%" height="80%"></iframe> <iframe id="iframe" src="{{url_for('static', filename='logs/dev.txt')}}" width="100%" height="80%"></iframe>
<script> <script>
function delay(ms) {
return new Promise(resolve => setTimeout(resolve, ms));
}
var myIframe = document.getElementById('iframe'); var myIframe = document.getElementById('iframe');
myIframe.addEventListener("load", async () => { myIframe.addEventListener("load", async () => {
let doc = myIframe.contentDocument; let doc = myIframe.contentDocument;

View File

@ -1 +1 @@
v6.6.13 v6.6.14