Update graph.html (#1802)

This commit is contained in:
Slider0007
2023-01-11 20:24:19 +01:00
committed by GitHub
parent 58816275e5
commit 1896c27dac

View File

@@ -48,7 +48,7 @@ fetch(_domainname + '/fileserver/log/data/' + datefile)
.then(response => { .then(response => {
// handle the response // handle the response
if (response.status == 404) { 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() response.text()
.then( result => { .then( result => {