We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e806390 commit 9486a8fCopy full SHA for 9486a8f
public/js/init.js
@@ -40,8 +40,7 @@
40
41
// initially load chatbot script
42
const chatbot = document.createElement("script");
43
- // TODO: add public source to js file
44
- chatbot.src = "";
+ chatbot.src = "/chatbot-frontend/chatbot.umd.js";
45
chatbot.type = "text/javascript";
46
document.head.append(chatbot);
47
0 commit comments