srinuksv commited on
Commit
96d072c
1 Parent(s): 7aa2675

Update static/index.html

Browse files
Files changed (1) hide show
  1. 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.location.href = "https://redfernstech.com";
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>