Fixed linter errors

This commit is contained in:
squidfunk 2023-07-06 13:15:17 +02:00
parent 6b2f15f8e1
commit bef6962ff2
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF
4 changed files with 4 additions and 5 deletions

View File

@ -244,7 +244,7 @@
</script>
{% endblock %}
{% block scripts %}
<script src="{{ 'assets/javascripts/bundle.202856ae.min.js' | url }}"></script>
<script src="{{ 'assets/javascripts/bundle.d7db711e.min.js' | url }}"></script>
{% for path in config.extra_javascript %}
{% if path.endswith(".mjs") %}
<script type="module" src="{{ path | url }}"></script>

View File

@ -22,7 +22,6 @@
import { Observable, merge } from "rxjs"
import { feature } from "~/_"
import { Viewport, getElements } from "~/browser"
import { Component } from "../../_"