From ca4130743a8d14aa986177df197b14f97c472d1a Mon Sep 17 00:00:00 2001 From: WaLLy3K Date: Sun, 30 Jun 2019 22:17:13 +1000 Subject: [PATCH] Remove updateQueryTypesOverTime call Remove call as per #915, which may cause issues with the dashboard not loading stats. Signed off by WaLLy3K --- scripts/pi-hole/js/index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/pi-hole/js/index.js b/scripts/pi-hole/js/index.js index 21e00bda..810840ad 100644 --- a/scripts/pi-hole/js/index.js +++ b/scripts/pi-hole/js/index.js @@ -1006,9 +1006,6 @@ $(document).ready(function() { maintainAspectRatio: true } }); - - // Pull in data via AJAX - updateQueryTypesOverTime(); } // Create / load "Top Domains" and "Top Advertisers" only if authorized