aboutsummaryrefslogtreecommitdiff
path: root/dist/js/pdf-view.js
diff options
context:
space:
mode:
Diffstat (limited to 'dist/js/pdf-view.js')
-rw-r--r--dist/js/pdf-view.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/js/pdf-view.js b/dist/js/pdf-view.js
index 74e668f3..a9372fdc 100644
--- a/dist/js/pdf-view.js
+++ b/dist/js/pdf-view.js
@@ -3,7 +3,7 @@
3 * documentation of pdf.js (which is under Apache License v2.0) 3 * documentation of pdf.js (which is under Apache License v2.0)
4 */ 4 */
5 5
6PDFJS.workerSrc = 'dist/js/pdf.worker.min.js'; 6PDFJS.workerSrc = '/dist/js/pdf.worker.min.js';
7 7
8var url = 'presentations/investors2017.pdf'; 8var url = 'presentations/investors2017.pdf';
9 9