We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d52d6 commit 8b26d59Copy full SHA for 8b26d59
weblate/templates/browse.html
@@ -9,8 +9,6 @@
9
10
{% block extra_script %}
11
{% 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>
14
<script defer data-cfasync="false" src="{% static 'editor/browse.js' %}{{ cache_param }}"></script>
15
{% endcompress %}
16
{% endblock %}
0 commit comments