mirror of
https://git.eta.st/eta/rsp6-decoder.git
synced 2024-11-21 15:05:41 +00:00
fix standard class field (thanks Alan Dennis!)
This commit is contained in:
parent
91afbafb7a
commit
1623ddd15c
@ -133,7 +133,7 @@ function onload() {
|
||||
}
|
||||
}
|
||||
let adult = data.child_ticket ? "Child" : "Adult";
|
||||
let first = data.first_class ? "First Class" : "Standard Class";
|
||||
let first = data.standard_class ? "Standard Class" : "First Class";
|
||||
document.getElementById("ticket-fromto").innerHTML = origin + " to " + destination;
|
||||
if (data.manually_inspect) {
|
||||
row("", "<i>Manual inspection required</i>");
|
||||
|
Loading…
Reference in New Issue
Block a user