|
@@ -32,12 +32,14 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
|
|
|
<!-- This snippet is used in production (included from viewer.html) -->
|
|
|
<link rel="resource" type="application/l10n" href="locale/locale.properties">
|
|
|
- <script src="../build/pdf.js"></script>
|
|
|
-
|
|
|
- <script src="viewer.js"></script>
|
|
|
<script type="text/javascript">
|
|
|
+ window.PDFJS_DISABLE_SOURCE_MAP = true;
|
|
|
document.domain = "cocorobo.cn"
|
|
|
</script>
|
|
|
+ <script src="../build/pdf.js"></script>
|
|
|
+
|
|
|
+ <script src="viewer.js"></script>
|
|
|
+
|
|
|
</head>
|
|
|
|
|
|
<body tabindex="1">
|