Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions kitsune/sumo/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,9 @@
{# End Ethnio #}

{# Browser ID #}
{% if waffle.flag('browserid') %}
<script src="https://login.persona.org/include.js" type="text/javascript"></script>
{% endif %}
{# End Browser ID #}

{# Temporary Pontoon testing - bug 812176 #}
Expand Down
4 changes: 3 additions & 1 deletion kitsune/sumo/templates/mobile/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,9 @@ <h1>
{% endfor %}

{# Browser ID #}
<script src="https://login.persona.org/include.js" type="text/javascript"></script>
{% if waffle.flag('browserid') %}
<script src="https://login.persona.org/include.js" type="text/javascript"></script>
{% endif %}
{# End Browser ID #}

</body>
Expand Down