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>
|
||||
{% endblock %}
|
||||
{% 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"] %}
|
||||
<script src="{{ path | url }}"></script>
|
||||
{% endfor %}
|
||||
|
@ -20,6 +20,8 @@
|
||||
* IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
import { ComponentChild } from "preact"
|
||||
|
||||
import { feature, translation } from "~/_"
|
||||
import {
|
||||
SearchDocument,
|
||||
@ -27,7 +29,6 @@ import {
|
||||
SearchResultItem
|
||||
} from "~/integrations/search"
|
||||
import { h, truncate } from "~/utilities"
|
||||
import { ComponentChild, ComponentChildren } from "preact"
|
||||
|
||||
/* ----------------------------------------------------------------------------
|
||||
* Helper types
|
||||
|
Loading…
Reference in New Issue
Block a user