arithescientist commited on
Commit
fa5f3d3
·
verified ·
1 Parent(s): 2244d99

Update templates/forecaster.html

Browse files
Files changed (1) hide show
  1. templates/forecaster.html +2 -2
templates/forecaster.html CHANGED
@@ -173,10 +173,10 @@
173
  pct = Math.min(100, pct + 1);
174
  bar.style.width = pct + '%';
175
  if (pct === 100) clearInterval(intervalId);
176
- }, 450);
177
 
178
  // short delay to ensure paint, then submit
179
- setTimeout(() => form.submit(), 50);
180
  });
181
  });
182
  </script>
 
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);
180
  });
181
  });
182
  </script>