mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-03 22:55:43 +00:00 
			
		
		
		
	remove old js
This commit is contained in:
		@@ -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 %}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user