srinuksv commited on
Commit
94eda6a
1 Parent(s): 0db9b40

Update static/index.html

Browse files
Files changed (1) hide show
  1. static/index.html +1 -1
static/index.html CHANGED
@@ -186,7 +186,7 @@
186
  console.error('Error sending chat history on close:', error);
187
  } finally {
188
  const chatContainer = document.getElementById("chat-container");
189
- window.parent.goBackToChat(); // Or use chatContainer.remove(); to completely remove it
190
  }
191
  }
192
 
 
186
  console.error('Error sending chat history on close:', error);
187
  } finally {
188
  const chatContainer = document.getElementById("chat-container");
189
+ window.parent.postMessage('goBackToChat', 'https://redfernstech.com/chat-bot-test/'); // Or use chatContainer.remove(); to completely remove it
190
  }
191
  }
192