瀏覽代碼

Closes #4913: Upgrade jQuery to v3.5.1

Jeremy Stretch 5 年之前
父節點
當前提交
2dd494bc42

文件差異過大導致無法顯示
+ 0 - 1
netbox/project-static/jquery/jquery-3.4.1.min.js


文件差異過大導致無法顯示
+ 1 - 0
netbox/project-static/jquery/jquery-3.5.1.min.js


+ 2 - 2
netbox/templates/base.html

@@ -80,8 +80,8 @@
             </div>
         </div>
     </footer>
-<script src="{% static 'jquery/jquery-3.4.1.min.js' %}"
-        onerror="window.location='{% url 'media_failure' %}?filename=jquery/jquery-3.4.1.min.js'"></script>
+<script src="{% static 'jquery/jquery-3.5.1.min.js' %}"
+        onerror="window.location='{% url 'media_failure' %}?filename=jquery/jquery-3.5.1.min.js'"></script>
 <script src="{% static 'jquery-ui-1.12.1/jquery-ui.min.js' %}"
         onerror="window.location='{% url 'media_failure' %}?filename=jquery-ui-1.12.1/jquery-ui.min.js'"></script>
 <script src="{% static 'bootstrap-3.4.1-dist/js/bootstrap.min.js' %}"

部分文件因文件數量過多而無法顯示