mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 07:05:41 +00:00 
			
		
		
		
	remove old js
This commit is contained in:
		@@ -81,8 +81,6 @@
 | 
				
			|||||||
                        {% block sidebar %}
 | 
					                        {% block sidebar %}
 | 
				
			||||||
                        <!-- Sidebar goes here -->
 | 
					                        <!-- Sidebar goes here -->
 | 
				
			||||||
                        {% endblock sidebar %}
 | 
					                        {% endblock sidebar %}
 | 
				
			||||||
                        {% include "plugin/panel_menu.html" %}
 | 
					 | 
				
			||||||
                        {% include "sidebar_toggle.html" with target='sidebar' %}
 | 
					 | 
				
			||||||
                    </ul>
 | 
					                    </ul>
 | 
				
			||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
@@ -137,17 +135,10 @@
 | 
				
			|||||||
            {% endblock content %}
 | 
					            {% endblock content %}
 | 
				
			||||||
        </main>
 | 
					        </main>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
 | 
					 | 
				
			||||||
    {% include 'modals.html' %}
 | 
					 | 
				
			||||||
    {% include "notifications.html" %}
 | 
					 | 
				
			||||||
    {% include "search.html" %}
 | 
					 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<!-- general JS -->
 | 
					<!-- 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 %}
 | 
					{% block js_load %}
 | 
				
			||||||
{% endblock js_load %}
 | 
					{% endblock js_load %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -155,8 +146,6 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
$(document).ready(function () {
 | 
					$(document).ready(function () {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    {% include "plugin/panel_js.html" %}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
{% block js_ready %}
 | 
					{% block js_ready %}
 | 
				
			||||||
{% endblock js_ready %}
 | 
					{% endblock js_ready %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user