Spaces:
Running
Running
Update static/index.html
Browse files- 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/
|
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) {
|