diff --git a/collabai_custom_embedded.js b/collabai_custom_embedded.js index c0fa168..1259c1d 100644 --- a/collabai_custom_embedded.js +++ b/collabai_custom_embedded.js @@ -1,7 +1,7 @@ (function (window) { window.YourChatbot = { init: function () { - const scriptTag = document.querySelector('script[src*="customcode.js"]'); + const scriptTag = document.querySelector('script[src*="collabai_custom_embedded.js"]'); if (!scriptTag) { console.error("Chatbot script tag not found."); return;