mirror of
https://github.com/simple-login/app.git
synced 2025-02-24 15:53:22 +08:00
rename analytics.js to an.js (#1363)
This commit is contained in:
parent
35470613d3
commit
9b452641a8
2 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue