summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dist/js/pdf-view.js1
-rw-r--r--investors.html.j24
-rw-r--r--presentations/investors2017.pdfbin4286360 -> 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 @@
</div>
<div class="col-lg-4" id="canvas-left" style="display:none">
- <canvas id="the-canvas-right"></canvas>
+ <canvas id="the-canvas-left"></canvas>
</div>
<div class="col-lg-4" id="canvas-right" style="display:none">
- <canvas id="the-canvas-left"></canvas>
+ <canvas id="the-canvas-right"></canvas>
</div>
<script type="text/javascript" src="{{ url('dist/js/pdf.min.js') }}"></script>
<script type="text/javascript" src="{{ url('dist/js/pdf-view.js') }}"></script>
diff --git a/presentations/investors2017.pdf b/presentations/investors2017.pdf
index 2af20bf5..7d330cdf 100644
--- a/presentations/investors2017.pdf
+++ b/presentations/investors2017.pdf
Binary files differ