diff --git a/benefits/eligibility/templates/eligibility/index.html b/benefits/eligibility/templates/eligibility/index.html index c618a9711..a47d428ff 100644 --- a/benefits/eligibility/templates/eligibility/index.html +++ b/benefits/eligibility/templates/eligibility/index.html @@ -25,4 +25,12 @@

{% translate "Choose the transit benefit you would like to enroll in" %}

+ $(".modal").on("click", function(event) { + if (!(event.target instanceof HTMLAnchorElement)) { + event.preventDefault(); + event.stopPropagation(); + } + }); + {% endblock inner-content %}