diff --git a/sd-card/html/graph.html b/sd-card/html/graph.html index 6cd9e08e..1cd3d64a 100644 --- a/sd-card/html/graph.html +++ b/sd-card/html/graph.html @@ -48,7 +48,7 @@ fetch(_domainname + '/fileserver/log/data/' + datefile) .then(response => { // handle the response if (response.status == 404) { - firework.launch('No log data available for " + dateString, 'warning', 10000); + firework.launch("No log data available for " + dateString, 'warning', 10000); } response.text() .then( result => {