We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c734003 commit 834f393Copy full SHA for 834f393
script.js
@@ -1,3 +1,4 @@
1
+// wait for DOM loaded
2
document.addEventListener('DOMContentLoaded', () => {
3
const chatForm = document.getElementById('chat-form');
4
const chatInput = document.getElementById('chat-input');
0 commit comments