SUPPORT-8783: Fix
This commit is contained in:
parent
02c335d24b
commit
18f6663eab
1 changed files with 0 additions and 1 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue