macwhisperer commited on
Commit
5cfc8ea
·
verified ·
1 Parent(s): 67b2bae

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -387,7 +387,7 @@
387
  }
388
 
389
  function clearChat() {
390
- chatBox.innerHTML = `<div class="message"><span class="ai">SmartChild:</span> *static* ...lol! I'm back.<br> Use the floppy disk to save the chat!<br>I'm literally inside your browser, you can use me offline or in airplane mode!</div>`;
391
  modalOverlay.style.display = 'none';
392
  }
393
 
 
387
  }
388
 
389
  function clearChat() {
390
+ chatBox.innerHTML = `<div class="message"><span class="ai">SmartChild:</span> *static* ...lol! I'm back.<br><br> Use me offline or in airplane mode!</div>`;
391
  modalOverlay.style.display = 'none';
392
  }
393