LAW-8930 & LAW-8903

This commit is contained in:
Denis Bunevich
2025-12-03 11:27:33 +01:00
parent 329f68abb7
commit 321fe74967
6 changed files with 1 additions and 1 deletions

View File

@@ -31,7 +31,7 @@
return;
}
btn.classList.remove("btn-loading");
window.open(pdfUrl, "_self");
window.open(pdfUrl, "_blank");
}, false );
});
</script>