[git] gnupg-doc - branch, master, updated. 47c838898ac36aa4372f555d7bca65474ee4956a

by Kai Michaelis cvs at cvs.gnupg.org
Tue Jun 6 14:21:35 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, master has been updated
       via  47c838898ac36aa4372f555d7bca65474ee4956a (commit)
      from  c949b387f73eba6073b02defa58d4ad945302d99 (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 47c838898ac36aa4372f555d7bca65474ee4956a
Author: Kai Michaelis <kai at gnupg.org>
Date:   Tue Jun 6 14:23:23 2017 +0200

    campaign: don't touch recur settings

diff --git a/web/share/campaign/campaign.js b/web/share/campaign/campaign.js
index e540012..f158b5f 100644
--- a/web/share/campaign/campaign.js
+++ b/web/share/campaign/campaign.js
@@ -62,8 +62,8 @@ $(document).ready(function() {
       $("#amountother").prop("value", value.toString());
       $("#currency option").prop("selected", false);
       $("#currency option[value='EUR']").prop("selected", true);
-      $("#recur option").prop("selected", false);
-      $("#recur option[value='12']").prop("selected", true);
+      //$("#recur option").prop("selected", false);
+      //$("#recur option[value='12']").prop("selected", true);
       event.preventDefault();
     });
   }

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

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


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




More information about the Gnupg-commits mailing list