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>
|
||||
{% 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 %}
|
||||
|
@ -46,7 +46,6 @@ import {
|
||||
import {
|
||||
Viewport,
|
||||
getElement,
|
||||
getElementContainer,
|
||||
getElementOffset,
|
||||
getElementSize,
|
||||
getElements
|
||||
|
Loading…
Reference in New Issue
Block a user