From c5595903ae8a82fca6b39185cea603e75d5dd6ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Sat, 22 Oct 2022 22:20:57 +0200 Subject: [PATCH] Fix quotes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- scripts/pi-hole/js/db_graph.js | 4 ++-- scripts/pi-hole/js/index.js | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/pi-hole/js/db_graph.js b/scripts/pi-hole/js/db_graph.js index 4223e738..62a15ebc 100644 --- a/scripts/pi-hole/js/db_graph.js +++ b/scripts/pi-hole/js/db_graph.js @@ -237,8 +237,8 @@ $(function () { options: { responsive: true, interaction: { - mode: 'nearest', - axis: 'x', + mode: "nearest", + axis: "x", }, plugins: { tooltip: { diff --git a/scripts/pi-hole/js/index.js b/scripts/pi-hole/js/index.js index a98a9bff..d327aa4b 100644 --- a/scripts/pi-hole/js/index.js +++ b/scripts/pi-hole/js/index.js @@ -865,8 +865,8 @@ $(function () { responsive: true, maintainAspectRatio: false, interaction: { - mode: 'nearest', - axis: 'x', + mode: "nearest", + axis: "x", }, plugins: { legend: { @@ -976,8 +976,8 @@ $(function () { responsive: true, maintainAspectRatio: false, interaction: { - mode: 'nearest', - axis: 'x', + mode: "nearest", + axis: "x", }, plugins: { legend: {