gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-www] branch master updated: use absolute URL for PDF


From: gnunet
Subject: [GNUnet-SVN] [taler-www] branch master updated: use absolute URL for PDF
Date: Tue, 07 Mar 2017 16:29:47 +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 e87f8cc  use absolute URL for PDF
e87f8cc is described below

commit e87f8ccb95edcf3dab4c7b46fe9f6547303814d3
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Mar 7 16:31:16 2017 +0100

    use absolute URL for PDF
---
 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 a9372fd..51251dc 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,

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]