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
5824c6ca4e
commit
d41707de99
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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 %}
|
||||||
|
@ -46,7 +46,6 @@ import {
|
|||||||
import {
|
import {
|
||||||
Viewport,
|
Viewport,
|
||||||
getElement,
|
getElement,
|
||||||
getElementContainer,
|
|
||||||
getElementOffset,
|
getElementOffset,
|
||||||
getElementSize,
|
getElementSize,
|
||||||
getElements
|
getElements
|
||||||
|
Loading…
Reference in New Issue
Block a user