Spaces:
Sleeping
Sleeping
Update templates/resultsf.html
Browse files- templates/resultsf.html +2 -2
templates/resultsf.html
CHANGED
|
@@ -286,10 +286,10 @@
|
|
| 286 |
pct = Math.min(100, pct + 1);
|
| 287 |
bar.style.width = pct + '%';
|
| 288 |
if (pct === 100) clearInterval(intervalId);
|
| 289 |
-
},
|
| 290 |
|
| 291 |
// short delay to ensure paint, then submit
|
| 292 |
-
setTimeout(() => form.submit(),
|
| 293 |
});
|
| 294 |
});
|
| 295 |
</script>
|
|
|
|
| 286 |
pct = Math.min(100, pct + 1);
|
| 287 |
bar.style.width = pct + '%';
|
| 288 |
if (pct === 100) clearInterval(intervalId);
|
| 289 |
+
}, 650);
|
| 290 |
|
| 291 |
// short delay to ensure paint, then submit
|
| 292 |
+
setTimeout(() => form.submit(), 1);
|
| 293 |
});
|
| 294 |
});
|
| 295 |
</script>
|