mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Merge branch 'master' into fix/search-missing-results
This commit is contained in:
commit
49ac0e2111
@ -1,9 +1,8 @@
|
||||
.github/*
|
||||
docs/*
|
||||
material/*
|
||||
.editorconfig
|
||||
.gitignore
|
||||
.travisignore
|
||||
CHANGELOG
|
||||
LICENSE
|
||||
*.md
|
||||
git
|
||||
|
@ -78,4 +78,4 @@ go ahead.
|
||||
After your PR is merged, you can safely delete your branch and pull the changes
|
||||
from the main (upstream) repository.
|
||||
|
||||
[4]: http://localhost:8000/customization/#theme-development
|
||||
[4]: http://squidfunk.github.io/mkdocs-material/customization/#theme-development
|
||||
|
@ -78,4 +78,4 @@ go ahead.
|
||||
After your PR is merged, you can safely delete your branch and pull the changes
|
||||
from the main (upstream) repository.
|
||||
|
||||
[4]: http://localhost:8000/customization/#theme-development
|
||||
[4]: http://squidfunk.github.io/mkdocs-material/customization/#theme-development
|
||||
|
3
material/assets/javascripts/application-0b7df094bf.js
Normal file
3
material/assets/javascripts/application-0b7df094bf.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -150,7 +150,7 @@
|
||||
{% endblock %}
|
||||
</div>
|
||||
{% block scripts %}
|
||||
<script src="{{ base_url }}/assets/javascripts/application-ff7132a167.js"></script>
|
||||
<script src="{{ base_url }}/assets/javascripts/application-0b7df094bf.js"></script>
|
||||
<script>app.initialize({url:{base:"{{ base_url }}"}})</script>
|
||||
{% for path in extra_javascript %}
|
||||
<script src="{{ path }}"></script>
|
||||
|
@ -154,11 +154,6 @@ function initialize(config) { // eslint-disable-line func-style
|
||||
})
|
||||
})).listen()
|
||||
|
||||
/* Listener: prevent touches on overlay if navigation is active */
|
||||
new Material.Event.MatchMedia("(max-width: 1219px)",
|
||||
new Material.Event.Listener("[data-md-component=overlay]", "touchstart",
|
||||
ev => ev.preventDefault()))
|
||||
|
||||
/* Listener: close drawer when anchor links are clicked */
|
||||
new Material.Event.MatchMedia("(max-width: 959px)",
|
||||
new Material.Event.Listener("[data-md-component=navigation] [href^='#']",
|
||||
|
Loading…
Reference in New Issue
Block a user