arithescientist commited on
Commit
cd1bee4
·
verified ·
1 Parent(s): 9fd07ff

Update templates/forecaster.html

Browse files
Files changed (1) hide show
  1. templates/forecaster.html +1 -1
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
- }, 650);
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);