mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-06 15:07:21 +00:00
added fields that Arthut needed
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user