Skip to content

Commit 7511336

Browse files
committed
Update Jquery + removed 1.7.2 / ui reference
Update 3.4.1 to 3.5.1 due to: https://security.paloaltonetworks.com/PAN-SA-2020-0007
1 parent 0e40dcb commit 7511336

File tree

6 files changed

+3
-22
lines changed

6 files changed

+3
-22
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
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>
3-
<script type="text/javascript" src="/js/jquery/jquery-ui-1.8.20.custom.min.js?<?=JS_LATEST_UPDATE?>"></script>
42
<script type="text/javascript" src="/js/jquery/jquery.finder.js?<?=JS_LATEST_UPDATE?>"></script>
53
<script type="text/javascript" src="/js/hotkeys.js?<?=JS_LATEST_UPDATE?>"></script>
64
<script type="text/javascript" src="/js/events.js?<?=JS_LATEST_UPDATE?>"></script>

0 commit comments

Comments
 (0)