[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-www] branch master updated: use absolute URL for wor
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-www] branch master updated: use absolute URL for worker |
Date: |
Tue, 07 Mar 2017 16:28:59 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository www.
The following commit(s) were added to refs/heads/master by this push:
new 7950fef use absolute URL for worker
7950fef is described below
commit 7950fef4fe7d4d49c802376eb9bdc46e88ae360a
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Mar 7 16:30:36 2017 +0100
use absolute URL for worker
---
dist/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
index 74e668f..a9372fd 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';
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-www] branch master updated: use absolute URL for worker,
gnunet <=