Skip to content

Commit

Permalink
Merge pull request #35501 from dimagi/jls/clean-up-ucr-expression-scr…
Browse files Browse the repository at this point in the history
…ipt-tags

Removed redundant script tags from ucr_expression.html
  • Loading branch information
orangejenny authored Dec 11, 2024
2 parents 1ce8124 + babd8f6 commit 996b9de
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions corehq/apps/userreports/templates/userreports/ucr_expression.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,6 @@
{% load hq_shared_tags %}
{% load i18n %}

{% block js %}{{ block.super }}
{% compress js %}
<script src="{% static 'ace-builds/src-min-noconflict/ace.js' %}"></script>
<script src="{% static 'ace-builds/src-min-noconflict/mode-json.js' %}"></script>
<script src="{% static 'hqwebapp/js/base_ace.js' %}"></script>
<script src="{% static 'hqwebapp/js/bootstrap3/widgets.js' %}"></script>
<script src="{% static 'userreports/js/widgets.js' %}"></script>
{% endcompress %}
{% endblock %}

{% js_entry_b3 "userreports/js/ucr_expression" %}

{% block page_content %}
Expand Down

0 comments on commit 996b9de

Please sign in to comment.