@cryptotaxi247 / netdata-1 / commits / 9d08d44e7

Update jQuery Dependency (#11710)

Rupok Chowdhury Protik committed Nov 2, 2021 at 21:35 UTC 9d08d44e70383997fc84068d94406676cd32f84d
1 file changed +1 -1
web/gui/src/dashboard.js/dependencies.js
+1 -1
@@ -4,7 +4,7 @@
4 // default URLs for all the external files we need
5 // make them RELATIVE so that the whole thing can also be
6 // installed under a web server
7 -NETDATA.jQuery = NETDATA.serverStatic + 'lib/jquery-2.2.4.min.js';
7 +NETDATA.jQuery = NETDATA.serverStatic + 'lib/jquery-3.6.0.min.js';
8 NETDATA.peity_js = NETDATA.serverStatic + 'lib/jquery.peity-3.2.0.min.js';
9 NETDATA.sparkline_js = NETDATA.serverStatic + 'lib/jquery.sparkline-2.1.2.min.js';
10 NETDATA.easypiechart_js = NETDATA.serverStatic + 'lib/jquery.easypiechart-97b5824.min.js';