Feat: show A and B result in speed quali

This commit is contained in:
Dorian Zedler 2022-11-25 20:57:46 +01:00
parent dc0453fa64
commit 4a4212950e
Signed by: dorian
GPG Key ID: 989DE36109AFA354
1 changed files with 11 additions and 0 deletions

View File

@ -1525,6 +1525,17 @@ var Resultlist = (function () {
nation: this.lang("Nation"),
result: this.lang("Result"),
}
: _data.discipline == "speed" && _data.route_order == "0"
? {
result_rank: this.lang("Rank"),
lastname: { label: this.lang("Name"), colspan: 2 },
firstname: "",
nation: this.lang("Nation"),
start_number: this.lang("StartNr"),
result: this.lang("Result"),
result_l: this.lang("Result (A)"),
result_r: this.lang("Result (B)"),
}
: {
result_rank: this.lang("Rank"),
lastname: { label: this.lang("Name"), colspan: 2 },