Still fighting with failed start message

This commit is contained in:
Andrew 2021-08-07 14:28:34 -04:00
parent 85fe2c9d21
commit f50e80749c

View File

@ -127,7 +127,7 @@
success: function(data){
console.log("got response:");
console.log(data);
setTimeout(function(){ }, 10000);
setTimeout(function(){ location.reload(); }, 10000);
}
});