SUPPORT-8783: Fix
This commit is contained in:
parent
18f6663eab
commit
059070e7e2
1 changed files with 0 additions and 3 deletions
|
|
@ -1,8 +1,5 @@
|
|||
document.addEventListener("DOMContentLoaded", () => {
|
||||
// Получаем значение flLandingUrl из data-атрибута
|
||||
const certUrl = document.getElementById("cert-check-info").dataset.certUrl;
|
||||
|
||||
// Выполняем fetch с использованием полученного URL
|
||||
fetch(certUrl, { mode: "no-cors" })
|
||||
.then((response) => {
|
||||
document.getElementById("cert-check-info").hidden = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue