Spaces:
Sleeping
Sleeping
Update templates/resultsf.html
Browse files- templates/resultsf.html +1 -1
templates/resultsf.html
CHANGED
|
@@ -277,7 +277,7 @@
|
|
| 277 |
pct = Math.min(100, pct + 1);
|
| 278 |
bar.style.width = pct + '%';
|
| 279 |
if (pct === 100) clearInterval(intervalId);
|
| 280 |
-
},
|
| 281 |
|
| 282 |
// short delay to ensure paint, then submit
|
| 283 |
setTimeout(() => form.submit(), 1);
|
|
|
|
| 277 |
pct = Math.min(100, pct + 1);
|
| 278 |
bar.style.width = pct + '%';
|
| 279 |
if (pct === 100) clearInterval(intervalId);
|
| 280 |
+
}, 150);
|
| 281 |
|
| 282 |
// short delay to ensure paint, then submit
|
| 283 |
setTimeout(() => form.submit(), 1);
|