bugfix 12

This commit is contained in:
Jacob Levine 2019-03-18 19:16:17 -05:00
parent 76b4107999
commit a95684213c

View File

@ -202,9 +202,9 @@ function addMatch(matchNum, seriesNum, position) {
'series': seriesNum.toString() 'series': seriesNum.toString()
} }
} }
cityRef.set(push, { ti.set(push, {
merge: true merge: true
}), then(function() { }).then(function() {
alert('Added!') alert('Added!')
setTimeout(function() { setTimeout(function() {
window.location.href = '../signUps'; window.location.href = '../signUps';