SUPPORT-8783: Fix

This commit is contained in:
Eduard Tihomirov 2025-01-24 16:48:13 +03:00
parent 02c335d24b
commit 18f6663eab

View file

@ -5,7 +5,6 @@ document.addEventListener("DOMContentLoaded", () => {
// Выполняем fetch с использованием полученного URL
fetch(certUrl, { mode: "no-cors" })
.then((response) => {
console.log(response);
document.getElementById("cert-check-info").hidden = true;
})
.catch((error) => {