base_js.html moved to load before code using the resource.

This commit is contained in:
Tom Weber 2021-02-02 16:08:35 -07:00
parent e9ba600554
commit a3cc363981

View File

@ -11,6 +11,7 @@
{% include 'helpdesk/base-head.html' %}
{% block helpdesk_head %}{% endblock %}
{% include 'helpdesk/base_js.html' %}
</head>
@ -44,8 +45,6 @@
{% include "helpdesk/debug.html" %}
{% include 'helpdesk/base_js.html' %}
{% block helpdesk_js %}{% endblock %}
</body>