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
3aa55dc732
commit
248bd4e02f
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -225,7 +225,7 @@
|
||||
</script>
|
||||
{% endblock %}
|
||||
{% block scripts %}
|
||||
<script src="{{ 'assets/javascripts/bundle.b226dac1.min.js' | url }}"></script>
|
||||
<script src="{{ 'assets/javascripts/bundle.e3d8df37.min.js' | url }}"></script>
|
||||
{% for path in config["extra_javascript"] %}
|
||||
<script src="{{ path | url }}"></script>
|
||||
{% endfor %}
|
||||
|
@ -30,8 +30,7 @@ import {
|
||||
mergeMap,
|
||||
mergeWith,
|
||||
shareReplay,
|
||||
switchMap,
|
||||
tap
|
||||
switchMap
|
||||
} from "rxjs/operators"
|
||||
|
||||
import { configuration, feature } from "./_"
|
||||
|
Loading…
Reference in New Issue
Block a user