nagasurendra commited on
Commit
6594c0d
·
verified ·
1 Parent(s): 919a2e0

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -9,7 +9,7 @@
9
  var tableNumber = "{{ table_number }}";
10
  window.onload = function() {
11
  // Construct the logout redirect URL with table number
12
- let redirectURL = "https://biryanihub-dev-ed.develop.my.salesforce-sites.com/?table=1";
13
  if (tableNumber) {
14
  redirectURL += "?table=" + encodeURIComponent(tableNumber);
15
  }
 
9
  var tableNumber = "{{ table_number }}";
10
  window.onload = function() {
11
  // Construct the logout redirect URL with table number
12
+ let redirectURL = "https://biryanihub-dev-ed.develop.my.salesforce-sites.com/";
13
  if (tableNumber) {
14
  redirectURL += "?table=" + encodeURIComponent(tableNumber);
15
  }