You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
297 B
7 lines
297 B
document$.subscribe(function () {
|
|
var glimeScript = document.createElement("script");
|
|
glimeScript.setAttribute("src", "https://cdn.glimelab.ai/widget/1.0.0/widget.js");
|
|
glimeScript.setAttribute("onload", 'window.glime.init("Bl3mlvfCnTnRm5");');
|
|
document.head.appendChild(glimeScript);
|
|
});
|