summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-07 16:31:16 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-07 16:31:24 +0100
commite87f8ccb95edcf3dab4c7b46fe9f6547303814d3 (patch)
tree39100ef1e4a955a5a3d736e5d05cb20f1946c948 /dist
parent8b60d9f85c3160599ffa0264eece40b384030f1d (diff)
downloadwww-e87f8ccb95edcf3dab4c7b46fe9f6547303814d3.tar.gz
www-e87f8ccb95edcf3dab4c7b46fe9f6547303814d3.tar.bz2
www-e87f8ccb95edcf3dab4c7b46fe9f6547303814d3.zip
use absolute URL for PDF
Diffstat (limited to 'dist')
-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 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,