diff options
author | hellekin <hellekin@cepheide.org> | 2018-07-25 14:04:48 +0200 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2018-07-25 14:04:48 +0200 |
commit | 61a8ca1137192b48889480c4aa7d5f7331f2eb20 (patch) | |
tree | a0fe5298b356176e6dd8696df82585ff438a7607 /ps/in | |
parent | a94295ff904b449fc58e17e6cf5be11e4f066dc1 (diff) | |
parent | 5ef0da7fcf56329df015064d0d97e9c2c0052104 (diff) | |
download | lesoiseaux.io-61a8ca1137192b48889480c4aa7d5f7331f2eb20.tar.gz |
Merge branch 'master' of ps.zoethical.com:lesoiseaux.io
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'; |