Skip to content

Commit 8b26d59

Browse files
committed
fix(browse): remove not needed scripts
1 parent 28d52d6 commit 8b26d59

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

weblate/templates/browse.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
{% block extra_script %}
1111
{% compress js %}
12-
<script defer data-cfasync="false" src="{% static 'editor/base.js' %}{{ cache_param }}"></script>
13-
<script defer data-cfasync="false" src="{% static 'editor/zen.js' %}{{ cache_param }}"></script>
1412
<script defer data-cfasync="false" src="{% static 'editor/browse.js' %}{{ cache_param }}"></script>
1513
{% endcompress %}
1614
{% endblock %}

0 commit comments

Comments
 (0)