Browse Source

Merge pull request #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!
Raphael Schneeberger 5 years ago
parent
commit
712f460575

File diff suppressed because it is too large
+ 0 - 1
web/inc/jquery/jquery-3.4.1.min.js


File diff suppressed because it is too large
+ 1 - 0
web/inc/jquery/jquery-3.5.1.min.js


File diff suppressed because it is too large
+ 0 - 1
web/js/jquery/jquery-1.7.2.min.js


File diff suppressed because it is too large
+ 0 - 5
web/js/jquery/jquery-ui.min.js


+ 1 - 1
web/templates/header.html

@@ -9,7 +9,7 @@
   <link type="text/css" href="/css/animate.min.css?<?php echo JS_LATEST_UPDATE; ?>" rel="stylesheet" />
   <link type="text/css" href="/css/animate.min.css?<?php echo JS_LATEST_UPDATE; ?>" rel="stylesheet" />
   <link type="text/css" href="/css/jquery-custom-dialogs.css?<?php echo JS_LATEST_UPDATE; ?>" rel="stylesheet" />
   <link type="text/css" href="/css/jquery-custom-dialogs.css?<?php echo JS_LATEST_UPDATE; ?>" rel="stylesheet" />
   <link type="text/css" href="/css/all.min.css?<?php echo JS_LATEST_UPDATE; ?>" rel="stylesheet" />
   <link type="text/css" href="/css/all.min.css?<?php echo JS_LATEST_UPDATE; ?>" rel="stylesheet" />
-  <script src="/inc/jquery/jquery-3.4.1.min.js"></script>
+  <script src="/inc/jquery/jquery-3.5.1.min.js"></script>
   <script>
   <script>
     //
     //
     //  GLOBAL SETTINGS
     //  GLOBAL SETTINGS

+ 0 - 1
web/templates/scripts.html

@@ -1,4 +1,3 @@
-  <script type="text/javascript" src="/js/jquery/jquery-1.7.2.min.js?<?=JS_LATEST_UPDATE?>"></script>
   <script type="text/javascript" src="/js/jquery/jquery.cookie.js?<?=JS_LATEST_UPDATE?>"></script>
   <script type="text/javascript" src="/js/jquery/jquery.cookie.js?<?=JS_LATEST_UPDATE?>"></script>
   <script type="text/javascript" src="/js/jquery/jquery-ui-1.8.20.custom.min.js?<?=JS_LATEST_UPDATE?>"></script>
   <script type="text/javascript" src="/js/jquery/jquery-ui-1.8.20.custom.min.js?<?=JS_LATEST_UPDATE?>"></script>
   <script type="text/javascript" src="/js/jquery/jquery.finder.js?<?=JS_LATEST_UPDATE?>"></script>
   <script type="text/javascript" src="/js/jquery/jquery.finder.js?<?=JS_LATEST_UPDATE?>"></script>

Some files were not shown because too many files changed in this diff