Skip to content

Commit 712f460

Browse files
authored
Merge pull request hestiacp#1201 from hestiacp/fix/2020-09-jquery_update
Update Jquery + removed 1.7.2 A special thanks to Brian Semrau from Infosec Chicago for pointing us to the current issue!
2 parents 306a1d0 + 0529fdf commit 712f460

File tree

6 files changed

+3
-21
lines changed

6 files changed

+3
-21
lines changed

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

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

web/inc/jquery/jquery-3.5.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/js/jquery/jquery-1.7.2.min.js

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

web/js/jquery/jquery-ui.min.js

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

web/templates/header.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.min.css?<?php echo JS_LATEST_UPDATE; ?>" rel="stylesheet" />
1010
<link type="text/css" href="/css/jquery-custom-dialogs.css?<?php echo JS_LATEST_UPDATE; ?>" rel="stylesheet" />
1111
<link type="text/css" href="/css/all.min.css?<?php echo JS_LATEST_UPDATE; ?>" rel="stylesheet" />
12-
<script src="/inc/jquery/jquery-3.4.1.min.js"></script>
12+
<script src="/inc/jquery/jquery-3.5.1.min.js"></script>
1313
<script>
1414
//
1515
// GLOBAL SETTINGS

web/templates/scripts.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<script type="text/javascript" src="/js/jquery/jquery-1.7.2.min.js?<?=JS_LATEST_UPDATE?>"></script>
21
<script type="text/javascript" src="/js/jquery/jquery.cookie.js?<?=JS_LATEST_UPDATE?>"></script>
32
<script type="text/javascript" src="/js/jquery/jquery-ui-1.8.20.custom.min.js?<?=JS_LATEST_UPDATE?>"></script>
43
<script type="text/javascript" src="/js/jquery/jquery.finder.js?<?=JS_LATEST_UPDATE?>"></script>

0 commit comments

Comments
 (0)