One of the hide's was missing.

This commit is contained in:
Bradley M. Kuhn 2015-12-21 09:29:21 -08:00
parent f1c924b07e
commit 566324fbcb

View file

@ -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() {