Spaces:
Sleeping
Sleeping
Update static/index.html
Browse files- static/index.html +1 -2
static/index.html
CHANGED
|
@@ -192,8 +192,7 @@ async function sendMessage() {
|
|
| 192 |
} catch (error) {
|
| 193 |
console.error('Error sending chat history on close:', error);
|
| 194 |
} finally {
|
| 195 |
-
|
| 196 |
-
window.top.location.href = 'https://redfernstech.com/'; // Or use chatContainer.remove(); to completely remove it
|
| 197 |
}
|
| 198 |
}
|
| 199 |
function addMessage(sender, message, className) {
|
|
|
|
| 192 |
} catch (error) {
|
| 193 |
console.error('Error sending chat history on close:', error);
|
| 194 |
} finally {
|
| 195 |
+
window.history.back();
|
|
|
|
| 196 |
}
|
| 197 |
}
|
| 198 |
function addMessage(sender, message, className) {
|