diff options
Diffstat (limited to 'ps/in')
-rw-r--r-- | ps/in/europe/PUBLIC.v3.1.pdf | bin | 0 -> 4303383 bytes | |||
-rw-r--r-- | ps/in/europe/index.html | 2 | ||||
-rw-r--r-- | ps/in/europe/pdf.viewer.js | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/ps/in/europe/PUBLIC.v3.1.pdf b/ps/in/europe/PUBLIC.v3.1.pdf Binary files differnew file mode 100644 index 0000000..2013874 --- /dev/null +++ b/ps/in/europe/PUBLIC.v3.1.pdf diff --git a/ps/in/europe/index.html b/ps/in/europe/index.html index 793fb89..a79b599 100644 --- a/ps/in/europe/index.html +++ b/ps/in/europe/index.html @@ -15,7 +15,7 @@ </h1> </header> <main> - <p><a href="PUBLIC.v3.pdf" title="PUBLIC Presentation v3 (PDF, 4.6M)">Download PUBLIC presentation</a></p> + <p><a href="PUBLIC.v3.1.pdf" title="PUBLIC Presentation v3 (PDF, 4.6M)">Download PUBLIC presentation</a></p> <section id="pdf"> <button id="prev">«</button> <button id="next">»</button> diff --git a/ps/in/europe/pdf.viewer.js b/ps/in/europe/pdf.viewer.js index b0cf96e..248109e 100644 --- a/ps/in/europe/pdf.viewer.js +++ b/ps/in/europe/pdf.viewer.js @@ -1,4 +1,4 @@ -var url="PUBLIC.v3.pdf" +var url="PUBLIC.v3.1.pdf" //PDFJS.workerSrc = '//mozilla.github.io/pdf.js/build/pdf.worker.js'; PDFJS.workerSrc = 'pdf.worker.js'; |