[git] gnupg-doc - branch, preview, updated. 942a813219b7925434135dc1a42e5f7a78e82261

by Kai Michaelis cvs at cvs.gnupg.org
Wed May 17 15:09:28 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  942a813219b7925434135dc1a42e5f7a78e82261 (commit)
      from  34df709ae272a8acb7a59b8414234cae2d360126 (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 942a813219b7925434135dc1a42e5f7a78e82261
Author: Kai Michaelis <kai at gnupg.org>
Date:   Wed May 17 15:11:19 2017 +0200

    campaign: onclick -> click

diff --git a/web/share/campaign/campaign.js b/web/share/campaign/campaign.js
index ffba06f..a68a8b6 100644
--- a/web/share/campaign/campaign.js
+++ b/web/share/campaign/campaign.js
@@ -63,7 +63,7 @@ $(document).ready(function() {
 
   for (let value of vals) {
     $(".amount-btn-" + value.toString()).attr("href","#");
-    $(".amount-btn-" + value.toString()).one("onclick",function() {
+    $(".amount-btn-" + value.toString()).one("click",function() {
       $("#amountother").attr("value",value.toString());
     });
   }

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

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