some tools lack PDFLib

This commit is contained in:
Ludy87
2024-12-18 21:03:08 +01:00
parent 0436f45de5
commit 164381e940
12 changed files with 3 additions and 14 deletions

View File

@@ -14,7 +14,6 @@
th:href="@{'/css/pipeline.css'}"
th:if="${currentPage == 'pipeline'}"
/>
<script th:src="@{'/js/thirdParty/pdf-lib.min.js'}"></script>
<script th:inline="javascript">
const saveSettings = /*[[#{pipelineOptions.saveSettings}]]*/ "";
const deletePipelineText = /*[[#{pipeline.deletePrompt}]]*/ "Are you sure you want to delete pipeline";
@@ -194,7 +193,7 @@
</div>
</div>
<script th:src="@{'/js/fetch-utils.js'}"></script>
<script th:src="@{'/js/pipeline.js'}"></script>\
<script th:src="@{'/js/pipeline.js'}"></script>
</div>
</div>
</div>