From 92fd25a2a29dbef6b47ba932e9ba836150b93eeb Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 3 Jul 2014 13:18:44 -0700 Subject: use non-minified docs JS on non-gh-pages --- docs/_includes/footer.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/_includes') diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 0bb3eafd3..cebd0ee7b 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -34,7 +34,11 @@ +{% if site.github %} +{% else %} + +{% endif %} {% if page.slug == "customize" %} {% endif %} -- cgit v1.2.3