[Python-modules-commits] [python-mongoengine] 09/13: Use local modernizr.js than the one from cdn
Orestis Ioannou
oorestisime-guest at moszumanska.debian.org
Wed Mar 9 01:14:15 UTC 2016
This is an automated email from the git hooks/post-receive script.
oorestisime-guest pushed a commit to branch master
in repository python-mongoengine.
commit 3e6eec8392a208b1284dab6c988b1f64c354f630
Author: Orestis Ioannou <orestis at oioannou.com>
Date: Wed Mar 9 01:55:04 2016 +0100
Use local modernizr.js than the one from cdn
---
docs/_themes/sphinx_rtd_theme/layout.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/_themes/sphinx_rtd_theme/layout.html b/docs/_themes/sphinx_rtd_theme/layout.html
index febe8eb..92089c6 100755
--- a/docs/_themes/sphinx_rtd_theme/layout.html
+++ b/docs/_themes/sphinx_rtd_theme/layout.html
@@ -89,7 +89,7 @@
{%- endblock %}
{%- block extrahead %} {% endblock %}
- <script src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script>
+ <script src="static/js/modernizr.min.js"></script>
</head>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-mongoengine.git
More information about the Python-modules-commits
mailing list