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:
parent
496b6e37d8
commit
b79edd4858
8 changed files with 243 additions and 242 deletions
|
|
@ -14,7 +14,7 @@
|
|||
{% block script %}
|
||||
{{ block.super -}}
|
||||
<script src="/vendor/jquery.min.js"></script>
|
||||
<script src="{{ pageBase }}js/variables.js"></script>
|
||||
<script src="{{ pageBase }}js/globals.js"></script>
|
||||
<script src="{{ pageBase }}js/app.js"></script>
|
||||
|
||||
<script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue