mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-09 03:09:34 +00:00
perf: update jquery
This commit is contained in:
committed by
Jiangjie.Bai
parent
c610ec797f
commit
3bd7410ab8
@@ -2,7 +2,7 @@
|
||||
{% load i18n %}
|
||||
<head>
|
||||
<title>{% trans 'Task log' %}</title>
|
||||
<script src="{% static 'js/jquery-3.1.1.min.js' %}"></script>
|
||||
<script src="{% static 'js/jquery-3.6.1.min.js' %}"></script>
|
||||
<script src="{% static 'js/plugins/xterm/xterm.js' %}"></script>
|
||||
<script src="{% static 'js/plugins/xterm/addons/fit/fit.js' %}"></script>
|
||||
<link rel="stylesheet" href="{% static 'js/plugins/xterm/xterm.css' %}" />
|
||||
|
4
apps/static/js/jquery-3.1.1.min.js
vendored
4
apps/static/js/jquery-3.1.1.min.js
vendored
File diff suppressed because one or more lines are too long
2
apps/static/js/jquery-3.6.1.min.js
vendored
Executable file
2
apps/static/js/jquery-3.6.1.min.js
vendored
Executable file
File diff suppressed because one or more lines are too long
@@ -9,7 +9,7 @@
|
||||
<link href="{% static 'css/plugins/vaildator/jquery.validator.css' %}" rel="stylesheet">
|
||||
<link href="{% static 'css/plugins/datatables/datatables.min.css' %}" rel="stylesheet">
|
||||
<!-- scripts -->
|
||||
<script src="{% static 'js/jquery-3.1.1.min.js' %}"></script>
|
||||
<script src="{% static 'js/jquery-3.6.1.min.js' %}"></script>
|
||||
<script src="{% static 'js/plugins/sweetalert/sweetalert.min.js' %}"></script>
|
||||
<script src="{% static 'js/bootstrap.min.js' %}"></script>
|
||||
<script src="{% static 'js/plugins/datatables/datatables.min.js' %}"></script>
|
||||
|
Reference in New Issue
Block a user