Skip to content

Commit d4e034a

Browse files
committed
Fix: correct pdf.js paths.
1 parent 80a9ff3 commit d4e034a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

client/static/pdfjs-main.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121

2222
<title>PDF.js viewer</title>
2323

24-
<script src="bundled/src/pdf.js/viewer.js" type="module"></script>
25-
<link rel="stylesheet" type="text/css" href="bundled/src/pdf.js/viewer.css">
24+
<script src="bundled/src/third-party/pdf.js/viewer.js" type="module"></script>
25+
<link rel="stylesheet" type="text/css" href="bundled/src/third-party/pdf.js/viewer.css">
2626
</head>
2727

2828
<body>
@@ -49,6 +49,6 @@ <h1 id="title"></h1>
4949
<button class="toolbarButton zoomIn" title="Zoom In" id="zoomIn" type="button"></button>
5050
</footer>
5151

52-
<script src="viewer.mjs" type="module"></script>
52+
<script src="bundled/src/third-party/pdf.js/viewer.js" type="module"></script>
5353
</body>
5454
</html>

0 commit comments

Comments
 (0)