[git] gnupg-doc - branch, preview, updated. 117f8872e62f40ac2905e6f4f061970ad361b4c2

by Kai Michaelis cvs at cvs.gnupg.org
Fri Jun 2 14:02:40 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  117f8872e62f40ac2905e6f4f061970ad361b4c2 (commit)
      from  dfd675c85b152e5148f8f4c479b2cf4e0f74c486 (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 117f8872e62f40ac2905e6f4f061970ad361b4c2
Author: Kai Michaelis <kai at gnupg.org>
Date:   Fri Jun 2 14:04:36 2017 +0200

    campaign: hide pp note w/ js, 2nd try

diff --git a/web/share/campaign/campaign.js b/web/share/campaign/campaign.js
index f71857b..e540012 100644
--- a/web/share/campaign/campaign.js
+++ b/web/share/campaign/campaign.js
@@ -147,7 +147,8 @@ $(document).ready(function() {
 /* hide the note about recurring donations under the Paypal option.  */
 $(document).ready(function() {
   $("#recur").change(function() {
-    if (this.value !== 0) {
+    console.log
+    if (this.value === "0") {
       $("#paypal-note").hide();
     }
     else {

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

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


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




More information about the Gnupg-commits mailing list