test random stuff

This commit is contained in:
Anthony Stirling
2024-05-22 21:45:35 +01:00
parent 1d4db6493d
commit 7b2493a838
9 changed files with 47 additions and 47 deletions

View File

@@ -32,11 +32,11 @@ See https://github.com/adobe-type-tools/cmap-resources
<script src="js/thirdParty/bootstrap.min.js"></script>
<!-- This snippet is used in production (included from view-pdf.html) -->
<link rel="resource" type="application/l10n" th:href="@{pdfjs/locale/locale.properties}">
<script th:src="@{pdfjs/pdf.js}" type="module"></script>
<link rel="resource" type="application/l10n" href="pdfjs/locale/locale.properties">
<script src="pdfjs/pdf.js" type="module"></script>
<link rel="stylesheet" th:href="@{pdfjs/css/viewer.css}">
<script th:src="@{pdfjs/js/viewer.js}" type="module"></script>
<link rel="stylesheet" href="pdfjs/css/viewer.css">
<script src="pdfjs/js/viewer.js" type="module"></script>
</head>
<body tabindex="1">
@@ -348,7 +348,7 @@ See https://github.com/adobe-type-tools/cmap-resources
<a id="backToHome" class="toolbarButton hiddenLargeView" title="Back to Main Page"
tabindex="30"
data-l10n-id="back_to_home" th:href="@{/}">
data-l10n-id="back_to_home" href="/">
<span data-l10n-id="back_to_home_label">Back to Main Page</span>
</a>