Skip to content

Commit

Permalink
Fixed linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Oct 10, 2023
1 parent 5824c6c commit d41707d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion material/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
</script>
{% endblock %}
{% 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 %}
{{ script | script_tag }}
{% endfor %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ import {
import {
Viewport,
getElement,
getElementContainer,
getElementOffset,
getElementSize,
getElements
Expand Down

0 comments on commit d41707d

Please sign in to comment.