descartes load -- possibly all before show

This commit is contained in:
gauthiier
2020-12-15 17:54:05 +01:00
parent 56aab9e545
commit 696378ebe0
11 changed files with 20174 additions and 24 deletions
+2 -1
View File
@@ -3,7 +3,7 @@
<meta charset="utf-8">
<title>{{fn}}</title>
<script type="text/javascript" src="{{ url_for('static',filename='jquery-3.2.1.min.js') }}" charset="utf-8"></script>
<script type="text/javascript" src="{{ url_for('static',filename='indx.js') }}"></script>
</head>
<body>
<h1>{{fn}}</h1>
@@ -24,5 +24,6 @@
{% endfor %}
</ul>
</div>
<script type="text/javascript" src="{{ url_for('static',filename='indx.js') }}"></script>
</body>
</html>