2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-06 13:40:56 +00:00

remove InvenTree name where not needed

This commit is contained in:
Matthias
2022-04-24 00:23:26 +02:00
parent 54d8a4e802
commit 9673d81014
6 changed files with 6 additions and 6 deletions

View File

@ -75,7 +75,7 @@
<script type='text/javascript' src="{% static 'script/clipboard.min.js' %}"></script>
<script type='text/javascript' src="{% static 'script/randomColor.min.js' %}"></script>
<!-- general InvenTree -->
<!-- general JS -->
<script type='text/javascript' src="{% static 'script/inventree/inventree.js' %}"></script>
<script type='text/javascript' src="{% i18n_static 'notification.js' %}"></script>
{% block body_scripts_inventree %}