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: show right canvas as wel


From: gnunet
Subject: [GNUnet-SVN] [taler-www] branch master updated: show right canvas as well
Date: Tue, 07 Mar 2017 16:48:58 +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 9e74148  show right canvas as well
9e74148 is described below

commit 9e74148370a4b454fd061eb2dccefc796f14c5b0
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Mar 7 16:50:34 2017 +0100

    show right canvas as well
---
 dist/js/pdf-view.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dist/js/pdf-view.js b/dist/js/pdf-view.js
index a8682be..cb12558 100644
--- a/dist/js/pdf-view.js
+++ b/dist/js/pdf-view.js
@@ -84,6 +84,7 @@ function onNextPage() {
 document.getElementById('canvas-right').addEventListener('click', onNextPage);
 
 document.getElementById('canvas-left').style.display = 'block';
+document.getElementById('canvas-right').style.display = 'block';
 
 /**
  * Asynchronously downloads PDF.

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



reply via email to

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