mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 03:25:42 +00:00
remove thirdpartjs
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user