Skip to content

Commit faf7fa0

Browse files
Update extra.js version change
1 parent 9d499c4 commit faf7fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/javascripts/extra.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ document$.subscribe(() => {
44
script.type = 'module';
55
script.innerHTML = `
66
// import Chatbot from "https://cdn.jsdelivr.net/npm/flowise-embed/dist/web.js"
7-
import Chatbot from "https://cdn.jsdelivr.net/npm/[email protected].3/dist/web.js"
7+
import Chatbot from "https://cdn.jsdelivr.net/npm/[email protected].2/dist/web.js"
88
// Generate or get a user ID
99
const getUserId = () => {
1010
// Check if userId exists in localStorage

0 commit comments

Comments
 (0)