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 380e33f commit 17b9634Copy full SHA for 17b9634
src/chatbot.js
@@ -73,7 +73,7 @@ var chatbot = {
73
function on_load_success() {
74
$("#message").removeAttr("disabled");
75
$("#message").attr("placeholder", "Message");
76
- $("#message").focus();
+ //$("#message").focus();
77
bot.sortReplies();
78
chatbot.getReply("start");
79
}
0 commit comments