Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
imperosol committed Nov 27, 2024
1 parent 113828f commit 5601339
Show file tree
Hide file tree
Showing 3 changed files with 285 additions and 421 deletions.
2 changes: 1 addition & 1 deletion counter/templates/counter/activity.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% endblock %}

{% block additional_js %}
<script defer src="{{ static('webpack/counter/permanencies/time-grid-index.ts') }}"></script>
<script defer src="{{ static('bundled/counter/permanencies/time-grid-index.ts') }}" type="module"></script>
{% endblock %}

{%- block additional_css -%}
Expand Down
Loading

0 comments on commit 5601339

Please sign in to comment.