Fixed linter errors

This commit is contained in:
squidfunk 2021-08-11 23:50:01 +02:00
parent f4b1f97dd0
commit 6d678a4a66
4 changed files with 4 additions and 4 deletions

View File

@ -223,7 +223,7 @@
</script>
{% endblock %}
{% block scripts %}
<script src="{{ 'assets/javascripts/bundle.9264e2c0.min.js' | url }}"></script>
<script src="{{ 'assets/javascripts/bundle.56838a2c.min.js' | url }}"></script>
{% for path in config["extra_javascript"] %}
<script src="{{ path | url }}"></script>
{% endfor %}

View File

@ -28,8 +28,8 @@ import {
of
} from "rxjs"
import {
finalize,
delay,
finalize,
map,
observeOn,
switchMap,