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

Update templates/resultsf.html

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