From 7950fef4fe7d4d49c802376eb9bdc46e88ae360a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 7 Mar 2017 16:30:36 +0100 Subject: use absolute URL for worker --- dist/js/pdf-view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist') 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 @@ * documentation of pdf.js (which is under Apache License v2.0) */ -PDFJS.workerSrc = 'dist/js/pdf.worker.min.js'; +PDFJS.workerSrc = '/dist/js/pdf.worker.min.js'; var url = 'presentations/investors2017.pdf'; -- cgit v1.2.3