Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- 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 |
}
|