No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
/* Load the Ask Angie chat window */ | /* Load the Ask Angie chat window */ | ||
/* ARCHIVED | |||
mw.loader.using('jquery', function () { | mw.loader.using('jquery', function () { | ||
window.embeddedChatbotConfig = { | window.embeddedChatbotConfig = { | ||
Line 16: | Line 16: | ||
document.head.appendChild(script); | document.head.appendChild(script); | ||
}); | }); | ||
*/ |
Latest revision as of 11:26, 20 June 2024
/* Any JavaScript here will be loaded for all users on every page load. */ /* Load the Ask Angie chat window */ /* ARCHIVED 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); }); */