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
38b7282b20
commit
efdb146c30
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -23,5 +23,5 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block scripts %}
|
{% block scripts %}
|
||||||
{{ super() }}
|
{{ super() }}
|
||||||
<script src="{{ 'assets/javascripts/custom.785bde5b.min.js' | url }}"></script>
|
<script src="{{ 'assets/javascripts/custom.149a65e0.min.js' | url }}"></script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -250,7 +250,7 @@
|
|||||||
</script>
|
</script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block scripts %}
|
{% block scripts %}
|
||||||
<script src="{{ 'assets/javascripts/bundle.9e673e97.min.js' | url }}"></script>
|
<script src="{{ 'assets/javascripts/bundle.78eede0e.min.js' | url }}"></script>
|
||||||
{% for script in config.extra_javascript %}
|
{% for script in config.extra_javascript %}
|
||||||
{{ script | script_tag }}
|
{{ script | script_tag }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
@ -78,7 +78,7 @@ const observer$ = defer(() => (
|
|||||||
typeof ResizeObserver === "undefined"
|
typeof ResizeObserver === "undefined"
|
||||||
? watchScript("https://unpkg.com/resize-observer-polyfill")
|
? watchScript("https://unpkg.com/resize-observer-polyfill")
|
||||||
: of(undefined)
|
: of(undefined)
|
||||||
))
|
))
|
||||||
.pipe(
|
.pipe(
|
||||||
map(() => new ResizeObserver(entries => {
|
map(() => new ResizeObserver(entries => {
|
||||||
for (const entry of entries)
|
for (const entry of entries)
|
||||||
|
Loading…
Reference in New Issue
Block a user