Skip to content

Commit 9486a8f

Browse files
add src for chatbot-frontend
1 parent e806390 commit 9486a8f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

public/js/init.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040

4141
// initially load chatbot script
4242
const chatbot = document.createElement("script");
43-
// TODO: add public source to js file
44-
chatbot.src = "";
43+
chatbot.src = "/chatbot-frontend/chatbot.umd.js";
4544
chatbot.type = "text/javascript";
4645
document.head.append(chatbot);
4746

0 commit comments

Comments
 (0)