Spaces:
Running
Running
Update templates/index.html
Browse files- 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 |
-
|
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');
|