[git] gnupg-doc - branch, preview, updated. 10df87655ce65fd15c59d79b7269560496db61a0

by Kai Michaelis cvs at cvs.gnupg.org
Wed May 17 17:09:48 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  10df87655ce65fd15c59d79b7269560496db61a0 (commit)
      from  67b374f2af799bc8268324d65e1710644ba17d37 (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 10df87655ce65fd15c59d79b7269560496db61a0
Author: Kai Michaelis <kai at gnupg.org>
Date:   Wed May 17 17:05:53 2017 +0200

    campaign: fix syntax error

diff --git a/web/share/campaign/campaign.js b/web/share/campaign/campaign.js
index ce3a896..00de5e9 100644
--- a/web/share/campaign/campaign.js
+++ b/web/share/campaign/campaign.js
@@ -62,6 +62,7 @@ $(document).ready(function() {
   let vals = ["500", "200", "100", "50", "20", "10", "5"];
 
   for (let idx = 0; idx < vals.length; ++idx) {
+    let value = vals[idx];
     $(".amount-btn-" + value.toString()).attr("href", "#");
     $(".amount-btn-" + value.toString()).on("click", function() {
       $("#amountother").attr("value", value.toString());

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

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


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




More information about the Gnupg-commits mailing list