We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59e76ad commit 19c7aa0Copy full SHA for 19c7aa0
webcompat/templates/index.html
@@ -20,5 +20,11 @@
20
<script src="{{ url_for('static', filename='js/lib/models/label-list.js') }}"></script>
21
<script src="{{ url_for('static', filename='js/lib/models/issue.js') }}"></script>
22
<script src="{{ url_for('static', filename='js/lib/untriaged.js') }}"></script>
23
+{# Normally this file is in the webcompat bundle, but the form-v2 #}
24
+{# experiment does not include it. So include it here. #}
25
+{# this can be removed when https://github.com/webcompat/webcompat.com/issues/3034 is fixed. #}
26
+{% if ab_active('exp') == 'form-v2' %}
27
+<script src="{{ url_for('static', filename='js/lib/bugform.js') }}"></script>
28
+{% endif %}
29
{%- endif -%}
30
{%- endblock %}
0 commit comments