Move queue js to /queue.js
This commit is contained in:
parent
48693d3f1c
commit
a7afbea0b9
2 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
{% block title %}queue ({{ inner.tasks.len() }}){% endblock %}
|
{% block title %}queue ({{ inner.tasks.len() }}){% endblock %}
|
||||||
|
|
||||||
{% block head %}
|
{% block head %}
|
||||||
<script type="module" src="main.js"></script>
|
<script type="module" src="{{ base.root }}queue.js"></script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue