Merge pull request #2463 from reecebrowne/bug/fix_merge

Add missing pdflib
This commit is contained in:
Anthony Stirling 2024-12-16 14:11:36 +00:00 committed by GitHub
commit 63eb94c0a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 23 additions and 22 deletions

View File

@ -27,7 +27,7 @@ ext {
}
group = "stirling.software"
version = "0.36.2"
version = "0.36.3"
java {

View File

@ -5,6 +5,7 @@
<head>
<th:block th:insert="~{fragments/common :: head(title=#{merge.title}, header=#{merge.header})}"></th:block>
<link rel="stylesheet" th:href="@{'/css/merge.css'}">
<script th:src="@{'/js/thirdParty/pdf-lib.min.js'}"></script>
</head>
<body>