nagasurendra commited on
Commit
49b1cab
·
verified ·
1 Parent(s): 44096cd

Update final_order.html

Browse files
Files changed (1) hide show
  1. 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>