From 566324fbcbe2ac6694b6973383d55357f5bc84b5 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Mon, 21 Dec 2015 09:29:21 -0800 Subject: [PATCH] One of the hide's was missing. --- www/conservancy/static/js/supporter-page.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/conservancy/static/js/supporter-page.js b/www/conservancy/static/js/supporter-page.js index 6983ee57..a7f415a2 100644 --- a/www/conservancy/static/js/supporter-page.js +++ b/www/conservancy/static/js/supporter-page.js @@ -189,6 +189,7 @@ $(document).ready(function() { }); /* Handle toggling of annual/monthly form selections */ $('.supporter-type-selection#monthly').hide(); + $('.supporter-type-selection#renewal').hide(); $('#annualSelector').css("font-weight", "bold").css("font-size", "127%"); $("a[href$='monthly']").bind('click', function() {