mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-03-31 06:24:07 -04:00
Replaced selector list in :not() with two compound selectors (FF 78 regression)
This commit is contained in:
@@ -213,7 +213,7 @@
|
||||
</script>
|
||||
{% endblock %}
|
||||
{% block scripts %}
|
||||
<script src="{{ 'assets/javascripts/bundle.17f42bbf.min.js' | url }}"></script>
|
||||
<script src="{{ 'assets/javascripts/bundle.da79ceb7.min.js' | url }}"></script>
|
||||
{% for path in config["extra_javascript"] %}
|
||||
<script src="{{ path | url }}"></script>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user