mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 04:38:28 +00:00
Minor change to kick codacy
This commit is contained in:
@@ -291,7 +291,7 @@ $(document).ready(function() {
|
||||
enabled: true,
|
||||
mode: "x-axis",
|
||||
callbacks: {
|
||||
title: function(tooltipItem, data){
|
||||
title: function(tooltipItem, data) {
|
||||
var label = tooltipItem[0].xLabel;
|
||||
var time = label.match(/(\d?\d):?(\d?\d?)/);
|
||||
var h = parseInt(time[1], 10);
|
||||
|
||||
Reference in New Issue
Block a user