Skip to content

Commit

Permalink
Prevent loading newsletter JS on old IE (Issue mozilla#15867)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgibson committed Jan 15, 2025
1 parent a15189a commit 3a13653
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ <h2 class="moz24-footer-heading-social">{{ ftl('footer-refresh-follow-firefox')

{% block footer_js %}
{% if show_newsletter %}
{{ js_bundle('newsletter') }}
<!--[if !IE]><!-->
{{ js_bundle('newsletter') }}
<!--<![endif]-->
{% endif %}
{% endblock %}

0 comments on commit 3a13653

Please sign in to comment.