Skip to content

Commit 37dbf89

Browse files
committed
Update jQuery to 3.4.1 and adjust includes
1 parent deab0ca commit 37dbf89

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ All notable changes to this project will be documented in this file.
3333
- SecImprove: Improved input validation in multiple cli scripts
3434
- Performance: Do not load complete notifications list on every page load, reduced load time from over 1sec to under 100ms
3535
- Performance: Do not resolve ip when listing iptables rules. Server tab could take multiple minutes to load in some cases.
36+
- Update jQuery to 3.4.1 and adjust includes.
3637

3738
## [1.0.5] - 2019-08-06 - Hotfix
3839
### Bugfixes

web/inc/jquery/jquery-3.3.1.min.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

web/inc/jquery/jquery-3.4.1.min.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/templates/admin/list_server_info.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link type="text/css" href="/css/animate.css?1446554103" rel="stylesheet" />
1010
<link type="text/css" href="/css/jquery-custom-dialogs.css?1446554103" rel="stylesheet" />
1111
<link type="text/css" href="/css/all.min.css?1446554103" rel="stylesheet" />
12-
<script src="/inc/jquery/jquery-3.3.1.min.js"></script>
12+
<script src="/inc/jquery/jquery-3.4.1.min.js"></script>
1313
<script type="text/javascript" src="/js/jquery-1.7.2.min.js"></script>
1414
<script type="text/javascript" src="/js/jquery.cookie.js"></script>
1515
<script type="text/javascript" src="/js/jquery-ui-1.8.20.custom.min.js"></script>

web/templates/admin/list_weblog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link type="text/css" href="/css/animate.css?1446554103" rel="stylesheet" />
99
<link type="text/css" href="/css/jquery-custom-dialogs.css?1446554103" rel="stylesheet" />
1010
<link type="text/css" href="/css/all.min.css?1446554103" rel="stylesheet" />
11-
<script src="/inc/jquery/jquery-3.3.1.min.js"></script>
11+
<script src="/inc/jquery/jquery-3.4.1.min.js"></script>
1212
<script type="text/javascript" src="/js/jquery-1.7.2.min.js"></script>
1313
<script type="text/javascript" src="/js/jquery.cookie.js"></script>
1414
<script type="text/javascript" src="/js/jquery-ui-1.8.20.custom.min.js"></script>

0 commit comments

Comments
 (0)