mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
testing mistakes
This commit is contained in:
parent
5716a7957e
commit
1f29718795
@ -334,7 +334,7 @@ function subReport() {
|
||||
var submitTo = document.getElementById('tns').value;
|
||||
var teamNum = document.getElementById('tselect').value;
|
||||
var matchNum = document.getElementById('mselect').value;
|
||||
var series = capitalizeFirstLetter(document.getElementById('sselect').value);
|
||||
var series = capitalizeFirstLetter(document.getElementById('sselect').value).toString;
|
||||
var push = {}
|
||||
push[series + '-'+ user.uid]={}
|
||||
var x = document.getElementById('repsec1').children;
|
||||
|
Loading…
Reference in New Issue
Block a user