summaryrefslogtreecommitdiffstats
path: root/web/gui/dashboard/dashboard.js
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-12-01 06:15:04 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-12-01 06:15:04 +0000
commite970e0b37b8bd7f246feb3f70c4136418225e434 (patch)
tree0b67c0ca45f56f2f9d9c5c2e725279ecdf52d2eb /web/gui/dashboard/dashboard.js
parentAdding upstream version 1.31.0. (diff)
downloadnetdata-e970e0b37b8bd7f246feb3f70c4136418225e434.tar.xz
netdata-e970e0b37b8bd7f246feb3f70c4136418225e434.zip
Adding upstream version 1.32.0.upstream/1.32.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'web/gui/dashboard/dashboard.js')
-rw-r--r--web/gui/dashboard/dashboard.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/gui/dashboard/dashboard.js b/web/gui/dashboard/dashboard.js
index f9c2aac5f..b9d96d5c7 100644
--- a/web/gui/dashboard/dashboard.js
+++ b/web/gui/dashboard/dashboard.js
@@ -549,7 +549,7 @@ if (typeof netdataServerStatic !== 'undefined' && netdataServerStatic !== null &
// default URLs for all the external files we need
// make them RELATIVE so that the whole thing can also be
// installed under a web server
-NETDATA.jQuery = NETDATA.serverStatic + 'lib/jquery-2.2.4.min.js';
+NETDATA.jQuery = NETDATA.serverStatic + 'lib/jquery-3.6.0.min.js';
NETDATA.peity_js = NETDATA.serverStatic + 'lib/jquery.peity-3.2.0.min.js';
NETDATA.sparkline_js = NETDATA.serverStatic + 'lib/jquery.sparkline-2.1.2.min.js';
NETDATA.easypiechart_js = NETDATA.serverStatic + 'lib/jquery.easypiechart-97b5824.min.js';