mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-05 22:47:22 +00:00
sets timeout for reload
This commit is contained in:
@@ -123,6 +123,7 @@ function subRes() {
|
|||||||
|
|
||||||
).then(function() {
|
).then(function() {
|
||||||
alert('Submitted!')
|
alert('Submitted!')
|
||||||
window.location.href = '../scout'
|
setTimeout(function(){ window.location.href = '../scout'; }, 500);
|
||||||
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user