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
0bd5ff2741
commit
3ded01c281
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -213,7 +213,7 @@
|
|||||||
</script>
|
</script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block scripts %}
|
{% block scripts %}
|
||||||
<script src="{{ 'assets/javascripts/bundle.98f77802.min.js' | url }}"></script>
|
<script src="{{ 'assets/javascripts/bundle.54617339.min.js' | url }}"></script>
|
||||||
{% for path in config["extra_javascript"] %}
|
{% for path in config["extra_javascript"] %}
|
||||||
<script src="{{ path | url }}"></script>
|
<script src="{{ path | url }}"></script>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
@ -20,6 +20,8 @@
|
|||||||
* IN THE SOFTWARE.
|
* IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
import { ComponentChild } from "preact"
|
||||||
|
|
||||||
import { feature, translation } from "~/_"
|
import { feature, translation } from "~/_"
|
||||||
import {
|
import {
|
||||||
SearchDocument,
|
SearchDocument,
|
||||||
@ -27,7 +29,6 @@ import {
|
|||||||
SearchResultItem
|
SearchResultItem
|
||||||
} from "~/integrations/search"
|
} from "~/integrations/search"
|
||||||
import { h, truncate } from "~/utilities"
|
import { h, truncate } from "~/utilities"
|
||||||
import { ComponentChild, ComponentChildren } from "preact"
|
|
||||||
|
|
||||||
/* ----------------------------------------------------------------------------
|
/* ----------------------------------------------------------------------------
|
||||||
* Helper types
|
* Helper types
|
||||||
|
Loading…
Reference in New Issue
Block a user