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

remove thirdpartjs

This commit is contained in:
Matthias Mair
2024-10-28 22:23:37 +01:00
parent df218d4fd9
commit 5e955b1824
2 changed files with 0 additions and 6 deletions

View File

@ -71,8 +71,6 @@
<body>
{% include "navbar.html" %}
<div class='main body wrapper container-fluid inventree-body'>
<div class='row flex-nowrap inventree-body'>
@ -145,8 +143,6 @@
{% include "search.html" %}
</div>
{% include "third_party_js.html" %}
<!-- general JS -->
<script defer type='text/javascript' src="{% static 'script/inventree/inventree.js' %}"></script>

View File

@ -66,8 +66,6 @@
{% block body_scripts_general %}
{% endblock body_scripts_general %}
{% include "third_party_js.html" %}
<!-- general JS -->
<script type='text/javascript' src="{% static 'script/inventree/inventree.js' %}"></script>
<script type='text/javascript' src="{% static 'script/inventree/message.js' %}"></script>