mirror of
https://github.com/pi-hole/web.git
synced 2025-12-20 10:48:26 +00:00
Suppress no-undef warning
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
* This file is copyright under the latest version of the EUPL.
|
* This file is copyright under the latest version of the EUPL.
|
||||||
* Please see LICENSE file for your rights under this license. */
|
* Please see LICENSE file for your rights under this license. */
|
||||||
|
|
||||||
/* global utils:false, Chart:false, apiFailure:false, THEME_COLORS:false, customTooltips:false, htmlLegendPlugin:false,doughnutTooltip:false */
|
/* global utils:false, Chart:false, apiFailure:false, THEME_COLORS:false, customTooltips:false, htmlLegendPlugin:false,doughnutTooltip:false, ChartDeferred:false */
|
||||||
|
|
||||||
// Define global variables
|
// Define global variables
|
||||||
var timeLineChart, clientsChart;
|
var timeLineChart, clientsChart;
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
* This file is copyright under the latest version of the EUPL.
|
* This file is copyright under the latest version of the EUPL.
|
||||||
* Please see LICENSE file for your rights under this license. */
|
* Please see LICENSE file for your rights under this license. */
|
||||||
|
|
||||||
/* global apiFailure:false, Chart:false, THEME_COLORS:false, customTooltips:false, htmlLegendPlugin:false,doughnutTooltip:false */
|
/* global apiFailure:false, Chart:false, THEME_COLORS:false, customTooltips:false, htmlLegendPlugin:false,doughnutTooltip:false, ChartDeferred:false */
|
||||||
|
|
||||||
var hostinfoTimer = null;
|
var hostinfoTimer = null;
|
||||||
var cachePieChart = null;
|
var cachePieChart = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user