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: fix left-right


From: gnunet
Subject: [GNUnet-SVN] [taler-www] branch master updated: fix left-right
Date: Tue, 07 Mar 2017 16:41:04 +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 722fa0c  fix left-right
722fa0c is described below

commit 722fa0c87fe98b9d39ec93e90792f588e39fb8d2
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Mar 7 16:42:39 2017 +0100

    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 b002085..a8682be 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 58e262c..0feeb4e 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 2af20bf..7d330cd 100644
Binary files a/presentations/investors2017.pdf and 
b/presentations/investors2017.pdf differ

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



reply via email to

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