mirror of
https://github.com/pi-hole/web.git
synced 2026-04-27 04:04:00 +01:00
Fix deprecated warnings of jquery-migrate
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
@@ -390,7 +390,7 @@ $("#querytime").on("apply.daterangepicker", function (ev, picker) {
|
||||
updateQueriesOverTime();
|
||||
});
|
||||
|
||||
$("#queryOverTimeChart").click(function (evt) {
|
||||
$("#queryOverTimeChart").on("click", function (evt) {
|
||||
var activePoints = timeLineChart.getElementsAtEventForMode(
|
||||
evt,
|
||||
"nearest",
|
||||
|
||||
Reference in New Issue
Block a user