Spaces:
Sleeping
Sleeping
Update final_order.html
Browse files- final_order.html +3 -0
final_order.html
CHANGED
@@ -35,6 +35,9 @@
|
|
35 |
}
|
36 |
|
37 |
// Go back to the menu page
|
|
|
|
|
|
|
38 |
|
39 |
</script>
|
40 |
</body>
|
|
|
35 |
}
|
36 |
|
37 |
// Go back to the menu page
|
38 |
+
function goBack() {
|
39 |
+
window.location.href = "/index.html"; // Ensure this is the menu page
|
40 |
+
}
|
41 |
|
42 |
</script>
|
43 |
</body>
|