new changes in extension

This commit is contained in:
n4ze3m
2023-04-11 16:41:45 +05:30
parent 34efe64f3b
commit dd2d3b1d97
3 changed files with 32 additions and 3 deletions

View File

@@ -83,8 +83,10 @@ const main = async () => {
window.addEventListener("message", function (event) {
if (event.data === "pageassist-close") {
iframe.style.display = "none";
toggleIcon.style.display = "block";
toggleIcon.classList.remove("hidden");
if (!isChatWidgetEnabled) {
toggleIcon.style.display = "block";
toggleIcon.classList.remove("hidden");
}
} else if (event.data === "pageassist-html") {
console.log("pageassist-html");
let html = document.documentElement.outerHTML;