pdf reader

This commit is contained in:
Ozzie Isaacs 2020-02-29 08:33:09 +01:00
parent 202b6121ab
commit df7d3d18b6
2 changed files with 5 additions and 5 deletions

View File

@ -4372,7 +4372,7 @@ var defaultOptions = {
kind: OptionKind.WORKER
},
workerSrc: {
value: '../build/pdf.worker.js',
value: '../../../static/js/libs/pdf.worker.js',
kind: OptionKind.WORKER
}
};

View File

@ -34,9 +34,7 @@ See https://github.com/adobe-type-tools/cmap-resources
<!--script src="{{ url_for('static', filename='js/libs/compatibility.js') }}"></script-->
<!-- This snippet is used in production (included from viewer.html) -->
<link rel="resource" type="application/l10n" href="{{ url_for('static', filename='locale/locale.properties') }}">
<script src="{{ url_for('static', filename='js/libs/pdf.js') }}"></script>
<link rel="resource" type="application/l10n" href="{{ url_for('static', filename='locale/locale.properties') }}">
<script type="text/javascript">
window.addEventListener('load', function() {
PDFViewerApplicationOptions.set('sidebarViewOnLoad', 0);
@ -45,9 +43,11 @@ See https://github.com/adobe-type-tools/cmap-resources
PDFViewerApplicationOptions.set('defaultUrl',"{{ url_for('web.serve_book', book_id=pdffile, book_format='pdf') }}")
});
</script>
<script src="{{ url_for('static', filename='js/libs/pdf.js') }}"></script>
<script src="{{ url_for('static', filename='js/libs/viewer.js') }}"></script>
</head>
<body tabindex="1" class="loadingInProgress">