Closed sjwmoveon closed 3 years ago
This was to match a preexisting line in unsubscribe.html in ak-template-set
$('#subscribe-weekly').addClass('hidden').find('input').prop('checked', false);
I can edit the HTML instead to use the other class.
++ I think it's better to edit the HTML to use the d-none
class
The unsubscribe page template has code that sets the "hidden" class on a checkbox when it doesn't apply, but that CSS class currently only works on donation pages.