Update jQuery to v3.6.1. (#2392)

This commit is contained in:
DL6ER
2022-10-28 13:01:34 -04:00
committed by GitHub
12 changed files with 55 additions and 49 deletions

View File

@@ -1071,7 +1071,7 @@ $(function () {
updateTopClientsChart();
}
$("#queryOverTimeChart").click(function (evt) {
$("#queryOverTimeChart").on("click", function (evt) {
var activePoints = timeLineChart.getElementsAtEventForMode(
evt,
"nearest",
@@ -1093,7 +1093,7 @@ $(function () {
return false;
});
$("#clientsChart").click(function (evt) {
$("#clientsChart").on("click", function (evt) {
var activePoints = clientsChart.getElementsAtEventForMode(
evt,
"nearest",