Metrics changes (#2273)

* Update downloader.js

* Update downloader.js

* Update common.html

* Update downloader.js
This commit is contained in:
Anthony Stirling
2024-11-20 10:32:44 +00:00
committed by GitHub
parent a6ae3734ca
commit d0d6a70250
2 changed files with 40 additions and 4 deletions

View File

@@ -201,6 +201,7 @@
window.stirlingPDF.error = /*[[#{error}]]*/ "Error";
})();
</script>
<script type="module" th:src="@{'/pdfjs-legacy/pdf.mjs'}"></script>
<script th:src="@{'/js/downloader.js'}"></script>
<div class="custom-file-chooser" th:attr="data-bs-unique-id=${name}, data-bs-element-id=${name+'-input'}, data-bs-files-selected=#{filesSelected}, data-bs-pdf-prompt=#{pdfPrompt}">
@@ -218,4 +219,4 @@
</div>
</div>
<script th:src="@{'/js/fileInput.js'}"></script>
</th:block>
</th:block>