mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 12:48:29 +00:00
Update jQuery to v3.6.1. (#2392)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user