descartes load -- possibly all before show
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user