[git] gnupg-doc - branch, preview, updated. 03c1f35512245cdbc44082f92ddb0fbf2bcb595a

by Kai Michaelis cvs at cvs.gnupg.org
Wed May 17 16:49:43 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  03c1f35512245cdbc44082f92ddb0fbf2bcb595a (commit)
      from  8134ebab0796dc63a86bf73364de3312517eb775 (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 03c1f35512245cdbc44082f92ddb0fbf2bcb595a
Author: Kai Michaelis <kai at gnupg.org>
Date:   Wed May 17 16:51:34 2017 +0200

    campaign: one -> on click handler

diff --git a/web/share/campaign/campaign.js b/web/share/campaign/campaign.js
index a2ccfcc..5bd0f91 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("click", function() {
+    $(".amount-btn-" + value.toString()).on("click", function() {
       $("#amountother").attr("value", value.toString());
       $("#currency option").attr("selected", false);
       $("#currency option[value='EUR']").attr("selected", true);

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

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