mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Formatting
This commit is contained in:
parent
5e442eb46f
commit
97b291664c
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -214,7 +214,7 @@
|
|||||||
</script>
|
</script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block scripts %}
|
{% block scripts %}
|
||||||
<script src="{{ 'assets/javascripts/bundle.8a488aaa.min.js' | url }}"></script>
|
<script src="{{ 'assets/javascripts/bundle.3a4b43e5.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 %}
|
||||||
|
@ -137,7 +137,9 @@ export function mountAnnotation(
|
|||||||
.pipe(
|
.pipe(
|
||||||
takeUntil(done$)
|
takeUntil(done$)
|
||||||
)
|
)
|
||||||
.subscribe(visible => el.toggleAttribute("data-md-visible", visible))
|
.subscribe(visible => {
|
||||||
|
el.toggleAttribute("data-md-visible", visible)
|
||||||
|
})
|
||||||
|
|
||||||
/* Track relative origin of tooltip */
|
/* Track relative origin of tooltip */
|
||||||
push$
|
push$
|
||||||
|
Loading…
Reference in New Issue
Block a user