Update static/index.html
Browse files- static/index.html +1 -1
static/index.html
CHANGED
@@ -210,7 +210,7 @@
|
|
210 |
} catch (error) {
|
211 |
console.error('Error sending chat history:', error);
|
212 |
} finally {
|
213 |
-
window.
|
214 |
}
|
215 |
}
|
216 |
</script>
|
|
|
210 |
} catch (error) {
|
211 |
console.error('Error sending chat history:', error);
|
212 |
} finally {
|
213 |
+
window.parent.goBackToChat()
|
214 |
}
|
215 |
}
|
216 |
</script>
|