Update Jquery + removed 1.7.2 A special thanks to Brian Semrau from Infosec Chicago for pointing us to the current issue!
@@ -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/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" />
- <script src="/inc/jquery/jquery-3.4.1.min.js"></script>
+ <script src="/inc/jquery/jquery-3.5.1.min.js"></script>
<script>
//
// GLOBAL SETTINGS
@@ -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-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>