No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* Any JavaScript here will be loaded for all users on every page load. */ | /* Any JavaScript here will be loaded for all users on every page load. */ | ||
/* | |||
/* Load the Ask Angie chat window */ | |||
mw.loader.using('jquery', function () { | mw.loader.using('jquery', function () { |
Revision as of 10:10, 11 November 2023
/* Any JavaScript here will be loaded for all users on every page load. */ /* Load the Ask Angie chat window */ mw.loader.using('jquery', function () { window.embeddedChatbotConfig = { chatbotId: "L2SQs9eT7_akUR0EkEqFU", domain: "www.chatbase.co" }; var script = document.createElement('script'); script.src = "https://www.chatbase.co/embed.min.js"; script.setAttribute("chatbotId", "L2SQs9eT7_akUR0EkEqFU"); script.setAttribute("domain", "www.chatbase.co"); script.defer = true; document.head.appendChild(script); });