Skip to content

Commit

Permalink
standa
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlakobus1234 authored Jul 26, 2024
1 parent b8eb2ab commit 291df75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion podpora.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
botResponse.innerHTML = "<b>Standa:</b> " + randomMessage;
chatbox.appendChild(botResponse);
chatbox.scrollTop = chatbox.scrollHeight;
}, 1000); // 1 second delay for response
}, 3500);
}

userInput.value = "";
Expand Down

0 comments on commit 291df75

Please sign in to comment.