Skip to content

Commit 17b9634

Browse files
authored
Remove input focus on load
1 parent 380e33f commit 17b9634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chatbot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ var chatbot = {
7373
function on_load_success() {
7474
$("#message").removeAttr("disabled");
7575
$("#message").attr("placeholder", "Message");
76-
$("#message").focus();
76+
//$("#message").focus();
7777
bot.sortReplies();
7878
chatbot.getReply("start");
7979
}

0 commit comments

Comments
 (0)