From e87f8ccb95edcf3dab4c7b46fe9f6547303814d3 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 7 Mar 2017 16:31:16 +0100 Subject: use absolute URL for PDF --- 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 a9372fdc..51251dce 100644 --- a/dist/js/pdf-view.js +++ b/dist/js/pdf-view.js @@ -5,7 +5,7 @@ PDFJS.workerSrc = '/dist/js/pdf.worker.min.js'; -var url = 'presentations/investors2017.pdf'; +var url = '/presentations/investors2017.pdf'; var pdfDoc = null, pageNum = 1, -- cgit v1.2.3