Skip to content

Commit 7d3e1b7

Browse files
committed
Put menu "first" but make it async
1 parent 1d0e4fd commit 7d3e1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonsd/templates/pythonsd/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@
106106

107107
</footer>
108108

109+
<script src="{% static 'js/main.js' %}" async></script>
109110
<script src="{% static 'htmx.min.js' %}"></script>
110-
<script src="{% static 'js/main.js' %}"></script>
111111

112112
</body>
113113
</html>

0 commit comments

Comments
 (0)