lokesh341 commited on
Commit
4c7e277
·
verified ·
1 Parent(s): 5b153c8

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -274,7 +274,7 @@
274
  statusText.textContent = 'Submitted Successfully!';
275
  // Auto refresh after 10 seconds
276
  setTimeout(() => {
277
- location.reload();
278
  }, 10000); // 10 seconds delay
279
  }, 6000);
280
  }
 
274
  statusText.textContent = 'Submitted Successfully!';
275
  // Auto refresh after 10 seconds
276
  setTimeout(() => {
277
+ location.reload(); // Refresh the page
278
  }, 10000); // 10 seconds delay
279
  }, 6000);
280
  }