mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed linter errors
This commit is contained in:
parent
6b2f15f8e1
commit
bef6962ff2
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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>
|
||||
|
@ -22,7 +22,6 @@
|
||||
|
||||
import { Observable, merge } from "rxjs"
|
||||
|
||||
import { feature } from "~/_"
|
||||
import { Viewport, getElements } from "~/browser"
|
||||
|
||||
import { Component } from "../../_"
|
||||
|
Loading…
Reference in New Issue
Block a user