taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit 7950fef4fe7d4d49c802376eb9bdc46e88ae360a
parent 9c2787182d7db731b18f26907efeaf6ca884803c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  7 Mar 2017 16:30:36 +0100

use absolute URL for worker

Diffstat:
Mdist/js/pdf-view.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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';