LAW-8882: fixes

This commit is contained in:
Denis Bunevich
2025-11-27 12:00:06 +01:00
parent 396e2a260d
commit 929323b61a
9 changed files with 9 additions and 7 deletions

View File

@@ -30,6 +30,7 @@
console.warn("please add pdfUrl");
return;
}
btn.classList.remove("btn-loading");
window.open(pdfUrl, "_self");
}, false );
});