mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-12-27 01:59:08 +00:00
added fields that Arthut needed
This commit is contained in:
parent
628dac5835
commit
0f671daf30
@ -385,6 +385,8 @@ function subReport() {
|
|||||||
push[`${series}-${user.uid.toString()}`.toString()][x[i].children[1].id] = x[i].children[1].innerHTML;
|
push[`${series}-${user.uid.toString()}`.toString()][x[i].children[1].id] = x[i].children[1].innerHTML;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
push[`${series}-${user.uid.toString()}`.toString()]['match']='match-'+matchNum;
|
||||||
|
push[`${series}-${user.uid.toString()}`.toString()]['teamDBRed']='team-'+teamNum;
|
||||||
try {
|
try {
|
||||||
delete push[`${series}-${user.uid.toString()}`.toString()][""]
|
delete push[`${series}-${user.uid.toString()}`.toString()][""]
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
Loading…
Reference in New Issue
Block a user