From d8644c2999809ebb3192f1d0f41e0d8458c6bf4b Mon Sep 17 00:00:00 2001 From: DL6ER Date: Wed, 23 Nov 2016 18:53:04 +0100 Subject: [PATCH] Removed an unused variable; --- js/pihole/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/pihole/index.js b/js/pihole/index.js index dbf3fcbf..f583fbbb 100644 --- a/js/pihole/index.js +++ b/js/pihole/index.js @@ -213,7 +213,7 @@ function updateSummaryData(runOnce) { } });; } -var iff; + function updateQueriesOverTime() { $.getJSON("api.php?overTimeData10mins", function(data) { // Add data for each hour that is available