Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e57db69

Browse files
gitchenjhklboke
authored andcommitted
修复config.js 404问题
1 parent 8709636 commit e57db69

File tree

1 file changed

+2
-10
lines changed
  • jodconverter-web/src/main/resources/static/pdfjs/web

1 file changed

+2
-10
lines changed

jodconverter-web/src/main/resources/static/pdfjs/web/viewer.html

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,9 @@
2727
<meta name="google" content="notranslate">
2828
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2929
<title>PDF.js viewer</title>
30-
31-
3230
<link rel="stylesheet" href="viewer.css">
33-
34-
35-
<!-- This snippet is used in production (included from viewer.html) -->
36-
<link rel="resource" type="application/l10n" href="locale/locale.properties">
37-
<script src="../build/pdf.js"></script>
38-
39-
40-
<script src="../../config.js"></script>
31+
<link rel="resource" type="application/l10n" href="locale/locale.properties">
32+
<script src="../build/pdf.js"></script>
4133
<script src="viewer.js"></script>
4234

4335
</head>

0 commit comments

Comments
 (0)