mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +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()]['match']='match-'+matchNum;
|
||||
push[`${series}-${user.uid.toString()}`.toString()]['teamDBRed']='team-'+teamNum;
|
||||
try {
|
||||
delete push[`${series}-${user.uid.toString()}`.toString()][""]
|
||||
} catch (e) {
|
||||
|
Loading…
Reference in New Issue
Block a user