diff --git a/www/conservancy/static/supporter-page.js b/www/conservancy/static/supporter-page.js index 9a0cd86691123ae46eaa276629435a1e7da258a5..945ef68eb4335551abc1d1d6004914dfa5f06173 100644 --- a/www/conservancy/static/supporter-page.js +++ b/www/conservancy/static/supporter-page.js @@ -38,8 +38,10 @@ $(document).ready(function() { var value = input.val(); if (value == "Yes") { $(".t-shirt-size-selector").show(); + $("#no_shipping").val("2"); } else { $(".t-shirt-size-selector").hide(); + $("#no_shipping").val("0"); } }); $('.amount').addClass("valid"); diff --git a/www/conservancy/static/supporter/index.html b/www/conservancy/static/supporter/index.html index bbd76a0d57171ca51627beda1c613eb4a4d42c99..b0edf600454daf512dfb8292a1950508b0f8da0c 100644 --- a/www/conservancy/static/supporter/index.html +++ b/www/conservancy/static/supporter/index.html @@ -139,6 +139,7 @@ internal policies are published and available for scrutiny.

+ $120 is a minimum for Conservancy @@ -198,6 +199,7 @@ internal policies are published and available for scrutiny.

+