Skip to content

Commit 834f393

Browse files
authored
Update script.js
1 parent c734003 commit 834f393

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// wait for DOM loaded
12
document.addEventListener('DOMContentLoaded', () => {
23
const chatForm = document.getElementById('chat-form');
34
const chatInput = document.getElementById('chat-input');

0 commit comments

Comments
 (0)