Skip to content

Commit

Permalink
Made JS module not be compressed, as it would not be a module anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyPancake committed Apr 17, 2024
1 parent 80b115e commit 2e421f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/basis.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@

{% comment %} CB script {% endcomment %}
<script src="{% cached_static 'js/cb.js' %}"></script>
<script type="module" src="{% cached_static 'js/cb-clippy-handler.js' %}"></script>
{% endcompress %}
<script type="module" src="{% cached_static 'js/cb-clippy-handler.js' %}"></script>

{% comment %} Popup for CB {% endcomment %}
<div class="modal cb-modal fade" tabindex="-1" role="dialog" id="CbModal">
Expand Down

0 comments on commit 2e421f5

Please sign in to comment.