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
a6282931ef
commit
575ff3583a
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.8bb211bc.min.js' | url }}"></script>
|
||||
<script src="{{ 'assets/javascripts/bundle.2a2d588d.min.js' | url }}"></script>
|
||||
{% for script in config.extra_javascript %}
|
||||
{{ script | script_tag }}
|
||||
{% endfor %}
|
||||
|
@ -28,11 +28,9 @@ import {
|
||||
combineLatestWith,
|
||||
concat,
|
||||
debounceTime,
|
||||
distinct,
|
||||
distinctUntilChanged,
|
||||
distinctUntilKeyChanged,
|
||||
endWith,
|
||||
exhaustMap,
|
||||
fromEvent,
|
||||
ignoreElements,
|
||||
map,
|
||||
@ -40,7 +38,6 @@ import {
|
||||
of,
|
||||
share,
|
||||
switchMap,
|
||||
take,
|
||||
tap,
|
||||
withLatestFrom
|
||||
} from "rxjs"
|
||||
|
Loading…
Reference in New Issue
Block a user