Compare commits

..

No commits in common. "9fab253bd3517c2f25adb80d25b5a7989e9f0da9" and "7e89447816d4958bcc8e268e112af4f06d4d52fa" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

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

View File

@ -315,9 +315,6 @@ caption{
.cancelled { .cancelled {
animation: pulse-cancel 1.5s linear infinite; animation: pulse-cancel 1.5s linear infinite;
} }
.righttime {
color: lawngreen;
}
/* Footer: */ /* Footer: */
#footer { #footer {