Add right-time colour

This commit is contained in:
Fred Boniface
2023-05-08 21:17:33 +01:00
parent 7e89447816
commit 4ff7f6adf2
2 changed files with 4 additions and 1 deletions

View File

@@ -52,7 +52,7 @@ async function parseTime(string){
break
case 'On time':
var output = 'RT'
var change = ''
var change = 'righttime'
break
case '':
var output = '-'