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

Update templates/resultsf.html

Browse files
Files changed (1) hide show
  1. templates/resultsf.html +2 -2
templates/resultsf.html CHANGED
@@ -286,10 +286,10 @@
286
  pct = Math.min(100, pct + 1);
287
  bar.style.width = pct + '%';
288
  if (pct === 100) clearInterval(intervalId);
289
- }, 450);
290
 
291
  // short delay to ensure paint, then submit
292
- setTimeout(() => form.submit(), 50);
293
  });
294
  });
295
  </script>
 
286
  pct = Math.min(100, pct + 1);
287
  bar.style.width = pct + '%';
288
  if (pct === 100) clearInterval(intervalId);
289
+ }, 650);
290
 
291
  // short delay to ensure paint, then submit
292
+ setTimeout(() => form.submit(), 1);
293
  });
294
  });
295
  </script>