Skip to content

Commit 627ca23

Browse files
committed
update comment
1 parent ce3d5d7 commit 627ca23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/theme/Root.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import React, { useEffect } from 'react';
44
export default function Root({ children }) {
55

66
useEffect(() => {
7-
// Paste the embed script here:
7+
// DocsBot initialization
88
window.DocsBotAI=window.DocsBotAI||{},DocsBotAI.init=function(e){return new Promise((t,r)=>{var n=document.createElement("script");n.type="text/javascript",n.async=!0,n.src="https://widget.docsbot.ai/chat.js";let o=document.getElementsByTagName("script")[0];o.parentNode.insertBefore(n,o),n.addEventListener("load",()=>{let n;Promise.all([new Promise((t,r)=>{window.DocsBotAI.mount(Object.assign({}, e)).then(t).catch(r)}),(n=function e(t){return new Promise(e=>{if(document.querySelector(t))return e(document.querySelector(t));let r=new MutationObserver(n=>{if(document.querySelector(t))return e(document.querySelector(t)),r.disconnect()});r.observe(document.body,{childList:!0,subtree:!0})})})("#docsbotai-root"),]).then(()=>t()).catch(r)}),n.addEventListener("error",e=>{r(e.message)})})};
99
DocsBotAI.init({ id: "iGrxSYKM42GJfYYLMX16/1JkGxSdnjkCj8KfeJbfV" });
1010
}, []);

0 commit comments

Comments
 (0)