diff --git a/js/pihole/index.js b/js/pihole/index.js index aef76ba9..4356c933 100644 --- a/js/pihole/index.js +++ b/js/pihole/index.js @@ -3,7 +3,7 @@ var timeLineChart, queryTypeChart, forwardDestinationChart, forwardDestinationCh function padNumber(num) { return ("00" + num).substr(-2,2); -}; +} $(document).ready(function() {