We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5156223 commit 759c5b2Copy full SHA for 759c5b2
1 file changed
chatbot.js
@@ -4,6 +4,7 @@ const conversation = document.getElementById('conversation');
4
const inputForm = document.getElementById('input-form');
5
const inputField = document.getElementById('input-field');
6
7
+
8
// Add event listener to input form
9
inputForm.addEventListener('submit', function(event) {
10
// Prevent form submission
0 commit comments