Feat: show A and B result in speed quali
This commit is contained in:
parent
dc0453fa64
commit
4a4212950e
1 changed files with 11 additions and 0 deletions
11
dr_api.js
11
dr_api.js
|
@ -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 },
|
||||
|
|
Loading…
Reference in a new issue