This commit is contained in:
Fred Boniface
2023-05-08 21:44:04 +01:00
parent 1a0c50653f
commit abbceee88d
4 changed files with 4 additions and 7 deletions

View File

@@ -56,7 +56,7 @@ async function parseTime(string){
break
case 'On time':
output = 'RT'
change = 'righttime'
change = ''
break
case '':
output = '-'
@@ -233,7 +233,7 @@ async function singleCall(data) {
time = await parseTime(data.at)
}
return `<tr>
<td class="detail-name detail-table-content"><a href="${link}>"${data.locationName}</a></td>
<td class="detail-name detail-table-content"><a href="${link}">${data.locationName}</a></td>
<td class="detail-table-content">${data.st}</td>
<td class="detail-table-content ${time.changed}">${time.data}</td>
</tr>`

View File

@@ -1,6 +1,6 @@
/* eslint-disable no-unused-vars */
/* All Page Init */
const version = '2.0.3'
const version = '2.0.4'
/* Feature Detectors */