1
0
mirror of https://github.com/titanscouting/tra-analysis.git synced 2025-04-02 09:23:25 +00:00

sets timeout for reload

This commit is contained in:
Jacob Levine 2019-03-07 23:37:54 -06:00
parent 90adb6539a
commit 274017806f

@ -123,6 +123,7 @@ function subRes() {
).then(function() {
alert('Submitted!')
window.location.href = '../scout'
setTimeout(function(){ window.location.href = '../scout'; }, 500);
})
}