[git] gnupg-doc - branch, preview, updated. 6ae071fed59e15da2da85e586fe17240f1bf3615

by Kai Michaelis cvs at cvs.gnupg.org
Wed May 17 16:13:51 CEST 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GnuPG website and other docs".

The branch, preview has been updated
       via  6ae071fed59e15da2da85e586fe17240f1bf3615 (commit)
      from  942a813219b7925434135dc1a42e5f7a78e82261 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6ae071fed59e15da2da85e586fe17240f1bf3615
Author: Kai Michaelis <kai at gnupg.org>
Date:   Wed May 17 16:15:35 2017 +0200

    campaign: add missing 20 EUR js code

diff --git a/web/share/campaign/campaign.js b/web/share/campaign/campaign.js
index a68a8b6..e06d356 100644
--- a/web/share/campaign/campaign.js
+++ b/web/share/campaign/campaign.js
@@ -59,7 +59,7 @@ $(document).ready(function() {
 
 /* Fill donation amounts w/ javascript if possible.  */
 $(document).ready(function() {
-  let vals = ["500", "200", "100", "50", "10", "5"];
+  let vals = ["500", "200", "100", "50", "20", "10", "5"];
 
   for (let value of vals) {
     $(".amount-btn-" + value.toString()).attr("href","#");

-----------------------------------------------------------------------

Summary of changes:
 web/share/campaign/campaign.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
The GnuPG website and other docs
http://git.gnupg.org




More information about the Gnupg-commits mailing list