redfernstech commited on
Commit
e50be3f
·
verified ·
1 Parent(s): 7ea5fdb

Update static/index.html

Browse files
Files changed (1) hide show
  1. static/index.html +1 -1
static/index.html CHANGED
@@ -198,7 +198,7 @@ async function sendMessage() {
198
  console.error('Error sending chat history on close:', error);
199
  } finally {
200
  const chatContainer = document.getElementById("chat-container");
201
- window.top.location.href = 'https://redfernstech.com/chat-bot-test/'; // Or use chatContainer.remove(); to completely remove it
202
  }
203
  }
204
  function addMessage(sender, message, className) {
 
198
  console.error('Error sending chat history on close:', error);
199
  } finally {
200
  const chatContainer = document.getElementById("chat-container");
201
+ window.top.location.href = 'https://redfernstech.com/'; // Or use chatContainer.remove(); to completely remove it
202
  }
203
  }
204
  function addMessage(sender, message, className) {