Spaces:
Sleeping
Sleeping
Update templates/forecaster.html
Browse files
templates/forecaster.html
CHANGED
|
@@ -173,7 +173,7 @@
|
|
| 173 |
pct = Math.min(100, pct + 1);
|
| 174 |
bar.style.width = pct + '%';
|
| 175 |
if (pct === 100) clearInterval(intervalId);
|
| 176 |
-
},
|
| 177 |
|
| 178 |
// short delay to ensure paint, then submit
|
| 179 |
setTimeout(() => form.submit(), 1);
|
|
|
|
| 173 |
pct = Math.min(100, pct + 1);
|
| 174 |
bar.style.width = pct + '%';
|
| 175 |
if (pct === 100) clearInterval(intervalId);
|
| 176 |
+
}, 150);
|
| 177 |
|
| 178 |
// short delay to ensure paint, then submit
|
| 179 |
setTimeout(() => form.submit(), 1);
|