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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 459 KiB

After

Width:  |  Height:  |  Size: 498 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 883 KiB

After

Width:  |  Height:  |  Size: 884 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 516 KiB

After

Width:  |  Height:  |  Size: 520 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 118 KiB

After

Width:  |  Height:  |  Size: 116 KiB

View File

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