mirror of
https://git.eta.st/eta/rsp6-decoder.git
synced 2024-11-21 15:05:41 +00:00
tweak no-specific-seat
This commit is contained in:
parent
f4489c1fe4
commit
5549b4b4d3
@ -193,7 +193,7 @@ function onload() {
|
||||
out += "<br/>";
|
||||
}
|
||||
out += "<i>Train " + resv.retail_service_id + "</i></br>";
|
||||
if (resv.coach == "*") {
|
||||
if (resv.coach == "*" || (resv.seat_number == 0 && resv.coach == " ")) {
|
||||
out += "No specific seat";
|
||||
}
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user