Fixed linter errors

This commit is contained in:
squidfunk 2023-10-10 10:29:45 +02:00
parent 5824c6ca4e
commit d41707de99
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF
4 changed files with 5 additions and 6 deletions

View File

@ -249,7 +249,7 @@
</script> </script>
{% endblock %} {% endblock %}
{% block scripts %} {% block scripts %}
<script src="{{ 'assets/javascripts/bundle.640d63c8.min.js' | url }}"></script> <script src="{{ 'assets/javascripts/bundle.aecac24b.min.js' | url }}"></script>
{% for script in config.extra_javascript %} {% for script in config.extra_javascript %}
{{ script | script_tag }} {{ script | script_tag }}
{% endfor %} {% endfor %}

View File

@ -46,7 +46,6 @@ import {
import { import {
Viewport, Viewport,
getElement, getElement,
getElementContainer,
getElementOffset, getElementOffset,
getElementSize, getElementSize,
getElements getElements