From fe7b91a1cc7e9bcded6f3a30cb06a96549abc515 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Thu, 17 Nov 2016 10:53:12 +0100 Subject: [PATCH] Changed x axis labels to 24h format (I haven't noticed this since it is still before midday). --- 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 3dc56be1..10802349 100644 --- a/js/pihole/index.js +++ b/js/pihole/index.js @@ -64,7 +64,7 @@ $(document).ready(function() { time: { unit: 'hour', displayFormats: { - hour: 'hh:mm' + hour: 'HH:mm' } } }],