commit e87f8ccb95edcf3dab4c7b46fe9f6547303814d3
parent 8b60d9f85c3160599ffa0264eece40b384030f1d
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 7 Mar 2017 16:31:16 +0100
use absolute URL for PDF
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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,