rename analytics.js to an.js (#1363)

This commit is contained in:
Son Nguyen Kim 2022-10-24 15:47:02 +02:00 committed by GitHub
parent 35470613d3
commit 9b452641a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@
</script>
<script src="{{ url_for('static', filename='local-storage-polyfill.js') }}"></script>
<script src="{{ url_for('static', filename='js/analytics.js', v='1') }}"></script>
<script src="{{ url_for('static', filename='js/an.js', v='1') }}"></script>
<!-- For additional script -->
{% block script %}{% endblock %}
</body>