We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a9ff3 commit d4e034aCopy full SHA for d4e034a
client/static/pdfjs-main.html
@@ -21,8 +21,8 @@
21
22
<title>PDF.js viewer</title>
23
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">
+ <script src="bundled/src/third-party/pdf.js/viewer.js" type="module"></script>
+ <link rel="stylesheet" type="text/css" href="bundled/src/third-party/pdf.js/viewer.css">
26
</head>
27
28
<body>
@@ -49,6 +49,6 @@ <h1 id="title"></h1>
49
<button class="toolbarButton zoomIn" title="Zoom In" id="zoomIn" type="button"></button>
50
</footer>
51
52
- <script src="viewer.mjs" type="module"></script>
53
</body>
54
</html>
0 commit comments