lokesh341 commited on
Commit
168c512
·
verified ·
1 Parent(s): 75ec2d8

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -2
templates/index.html CHANGED
@@ -284,8 +284,7 @@
284
  setTimeout(() => {
285
  window.location.reload(); // This will refresh the page
286
  }, 10000); // Refresh after 10 seconds
287
- }, 6000); // Wait for 6 seconds before updating status message
288
- }
289
  } else {
290
  speak("There was an error submitting your details. Please try again.");
291
  let statusText = document.getElementById('statusText');
 
284
  setTimeout(() => {
285
  window.location.reload(); // This will refresh the page
286
  }, 10000); // Refresh after 10 seconds
287
+
 
288
  } else {
289
  speak("There was an error submitting your details. Please try again.");
290
  let statusText = document.getElementById('statusText');