summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-07 16:30:36 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-07 16:30:36 +0100
commit7950fef4fe7d4d49c802376eb9bdc46e88ae360a (patch)
tree353d599c9f889f6276e07e30340bc465e1359a80 /dist
parent9c2787182d7db731b18f26907efeaf6ca884803c (diff)
downloadwww-7950fef4fe7d4d49c802376eb9bdc46e88ae360a.tar.gz
www-7950fef4fe7d4d49c802376eb9bdc46e88ae360a.tar.bz2
www-7950fef4fe7d4d49c802376eb9bdc46e88ae360a.zip
use absolute URL for worker
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 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';