mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
sets timeout for reload
This commit is contained in:
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);
|
||||
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user