From 722fa0c87fe98b9d39ec93e90792f588e39fb8d2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 7 Mar 2017 16:42:39 +0100 Subject: fix left-right --- dist/js/pdf-view.js | 1 - investors.html.j2 | 4 ++-- presentations/investors2017.pdf | Bin 4286360 -> 4120497 bytes 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/dist/js/pdf-view.js b/dist/js/pdf-view.js index b002085e..a8682be0 100644 --- a/dist/js/pdf-view.js +++ b/dist/js/pdf-view.js @@ -83,7 +83,6 @@ function onNextPage() { } document.getElementById('canvas-right').addEventListener('click', onNextPage); -document.getElementById('canvas-right').style.display = 'block'; document.getElementById('canvas-left').style.display = 'block'; /** diff --git a/investors.html.j2 b/investors.html.j2 index 58e262cc..0feeb4e1 100644 --- a/investors.html.j2 +++ b/investors.html.j2 @@ -75,10 +75,10 @@ diff --git a/presentations/investors2017.pdf b/presentations/investors2017.pdf index 2af20bf5..7d330cdf 100644 Binary files a/presentations/investors2017.pdf and b/presentations/investors2017.pdf differ -- cgit v1.2.3