sets timeout for reload

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

View File

@ -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);
}) })
} }