feat: Restructure scripts

- Combine app.js and functions.js
- Rename functions.js to app.js
- Rename variables.js to globals.js
- Remove global.js and add setup call to screen template
- Use local jquery in old templates
This commit is contained in:
sthag 2025-11-01 11:54:25 +01:00
parent 496b6e37d8
commit b79edd4858
8 changed files with 243 additions and 242 deletions

View file

@ -15,5 +15,5 @@
{% block script %}
{{ super() }}
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="/vendor/jquery.min.js"></script>
{% endblock %}