mirror of
https://github.com/simple-login/app.git
synced 2025-09-11 00:54:30 +08:00
move theme.js to static/ and include it in base.html
This commit is contained in:
parent
d97b52184e
commit
c9b75c338e
2 changed files with 2 additions and 1 deletions
|
@ -170,7 +170,8 @@
|
|||
|
||||
</script>
|
||||
|
||||
<script src="/static/local-storage-polyfill.js"></script>
|
||||
<script src="{{ url_for('static', filename='local-storage-polyfill.js.js') }}"></script>
|
||||
<script src="{{ url_for('static', filename='js/theme.js') }}"></script>
|
||||
|
||||
<!-- For additional script -->
|
||||
{% block script %}
|
||||
|
|
Loading…
Add table
Reference in a new issue