aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/footer.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-07 19:38:32 -0700
committerMark Otto <[email protected]>2014-07-07 19:38:32 -0700
commit861cff8756fa4b39d749bbd3b86035e33bf217c1 (patch)
tree2d2152340e85410b4099098a760d044b2ebedcf7 /docs/_includes/footer.html
parent2e27c90b6b04f765c6070cd10b7bfeb075dc1de5 (diff)
parent5d1abf8b380aa94be26f52a662636cc6501fec2d (diff)
downloadbootstrap-861cff8756fa4b39d749bbd3b86035e33bf217c1.tar.xz
bootstrap-861cff8756fa4b39d749bbd3b86035e33bf217c1.zip
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'docs/_includes/footer.html')
-rw-r--r--docs/_includes/footer.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html
index 0bb3eafd3..f962d19cc 100644
--- a/docs/_includes/footer.html
+++ b/docs/_includes/footer.html
@@ -33,8 +33,18 @@
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
+{% if site.github %}
<script src="../dist/js/bootstrap.min.js"></script>
+{% else %}
+<script src="../dist/js/bootstrap.js"></script>
+{% endif %}
+{% if site.github %}
<script src="../assets/js/docs.min.js"></script>
+{% else %}
+<script src="../assets/js/vendor/holder.js"></script>
+<script src="../assets/js/vendor/ZeroClipboard.min.js"></script>
+<script src="../assets/js/src/application.js"></script>
+{% endif %}
{% if page.slug == "customize" %}
<script src="../assets/js/customize.min.js"></script>
{% endif %}