remove thirdpartjs
This commit is contained in:
parent
df218d4fd9
commit
5e955b1824
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue