mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
fix bugfix 6
This commit is contained in:
parent
978342c480
commit
ac32743210
@ -194,11 +194,11 @@ function cseries(seriesName) {
|
||||
});
|
||||
});
|
||||
});
|
||||
}
|
||||
}.then(function () {
|
||||
document.getElementById('FormData').innerHTML += "<input type='button' onclick=subReport() value='Submit'>";
|
||||
})
|
||||
|
||||
}
|
||||
}).then(function() {
|
||||
document.getElementById('FormData').innerHTML += "<input type='button' onclick=subReport() value='Submit'>";
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user