Skip to content

Commit

Permalink
remove compress js tag in frame.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslinhares committed Jan 2, 2025
1 parent 360fe32 commit f451859
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions templates/frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,7 @@
import '/out-tsc/temba-modules.js';
</script>
{% else %}
{% compress js %}
<script src="{% static '@nyaruka/temba-components/dist/temba-components.js' %}"></script>
{% endcompress %}
<script src="{% static '@nyaruka/temba-components/dist/temba-components.js' %}"></script>
{% endif %}
{% if user_org %}
<temba-store {% if org_perms.globals.global_list %}globals="/api/v2/globals.json"{% endif %}
Expand Down

0 comments on commit f451859

Please sign in to comment.