Skip to content
Snippets Groups Projects
Commit 49ac0e21 authored by squidfunk's avatar squidfunk
Browse files

Merge branch 'master' into fix/search-missing-results

parents 67bea5e1 bdf359ba
No related branches found
No related tags found
No related merge requests found
.github/* .github/*
docs/*
material/* material/*
.editorconfig .editorconfig
.gitignore .gitignore
.travisignore
CHANGELOG CHANGELOG
LICENSE LICENSE
*.md *.md
git
...@@ -78,4 +78,4 @@ go ahead. ...@@ -78,4 +78,4 @@ go ahead.
After your PR is merged, you can safely delete your branch and pull the changes After your PR is merged, you can safely delete your branch and pull the changes
from the main (upstream) repository. 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. ...@@ -78,4 +78,4 @@ go ahead.
After your PR is merged, you can safely delete your branch and pull the changes After your PR is merged, you can safely delete your branch and pull the changes
from the main (upstream) repository. from the main (upstream) repository.
[4]: http://localhost:8000/customization/#theme-development [4]: http://squidfunk.github.io/mkdocs-material/customization/#theme-development
This diff is collapsed.
This diff is collapsed.
...@@ -150,7 +150,7 @@ ...@@ -150,7 +150,7 @@
{% endblock %} {% endblock %}
</div> </div>
{% block scripts %} {% 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> <script>app.initialize({url:{base:"{{ base_url }}"}})</script>
{% for path in extra_javascript %} {% for path in extra_javascript %}
<script src="{{ path }}"></script> <script src="{{ path }}"></script>
......
...@@ -154,11 +154,6 @@ function initialize(config) { // eslint-disable-line func-style ...@@ -154,11 +154,6 @@ function initialize(config) { // eslint-disable-line func-style
}) })
})).listen() })).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 */ /* Listener: close drawer when anchor links are clicked */
new Material.Event.MatchMedia("(max-width: 959px)", new Material.Event.MatchMedia("(max-width: 959px)",
new Material.Event.Listener("[data-md-component=navigation] [href^='#']", new Material.Event.Listener("[data-md-component=navigation] [href^='#']",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment