2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

remove old js

This commit is contained in:
Matthias Mair
2024-10-28 22:28:59 +01:00
parent fb81352b0b
commit fe186f65c3

View File

@ -81,8 +81,6 @@
{% block sidebar %}
<!-- Sidebar goes here -->
{% endblock sidebar %}
{% include "plugin/panel_menu.html" %}
{% include "sidebar_toggle.html" with target='sidebar' %}
</ul>
</div>
</div>
@ -137,17 +135,10 @@
{% endblock content %}
</main>
</div>
{% include 'modals.html' %}
{% include "notifications.html" %}
{% include "search.html" %}
</div>
<!-- general JS -->
<script defer type='text/javascript' src="{% static 'script/inventree/inventree.js' %}"></script>
<script defer type='text/javascript' src="{% static 'script/inventree/message.js' %}"></script>
{% block js_load %}
{% endblock js_load %}
@ -155,8 +146,6 @@
$(document).ready(function () {
{% include "plugin/panel_js.html" %}
{% block js_ready %}
{% endblock js_ready %}