|
|
|
@ -13,7 +13,7 @@ async function showNoChromiumPopup() {
|
|
|
|
|
document.body.appendChild(child);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
document.querySelector("#no-chromium-popup").style = "";
|
|
|
|
|
document.querySelector("#no-chromium-popup").style = "z-index: 9999;";
|
|
|
|
|
document.querySelector("#no-chromium-hide-button").addEventListener("click", hideNoChromiumPopup);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|