Skip to content

Commit

Permalink
Update collabai_custom_embedded.js
Browse files Browse the repository at this point in the history
  • Loading branch information
afshansji authored Dec 24, 2024
1 parent efb429e commit 4f09cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collabai_custom_embedded.js
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 4f09cd7

Please sign in to comment.