oué ca update
This commit is contained in:
parent
8813542cfc
commit
72504e5cab
|
@ -11,6 +11,9 @@
|
|||
<iframe id="iframe" src="{{url_for('static', filename='logs/dev.txt')}}" width="100%" height="80%"></iframe>
|
||||
|
||||
<script>
|
||||
function delay(ms) {
|
||||
return new Promise(resolve => setTimeout(resolve, ms));
|
||||
}
|
||||
var myIframe = document.getElementById('iframe');
|
||||
myIframe.addEventListener("load", async () => {
|
||||
let doc = myIframe.contentDocument;
|
||||
|
|
Loading…
Reference in New Issue