aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-12-07 11:09:43 -0800
committerMark Otto <[email protected]>2013-12-07 11:09:43 -0800
commit4b84acb9a4a441786766c588bc5455eeaf90e334 (patch)
treefe6afe278637d21241532155eeec32584e3a7d74
parentb441632db143e5deb729b5d7109ad73b5e4e73d6 (diff)
parent8087f95ca4ed948cd10b92836ddfce56307707da (diff)
downloadbootstrap-4b84acb9a4a441786766c588bc5455eeaf90e334.tar.xz
bootstrap-4b84acb9a4a441786766c588bc5455eeaf90e334.zip
Merge pull request #11765 from ZDroid/docs-min-js
Load minified Bootstrap JS code
-rw-r--r--_includes/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index 1188e10cf..095e96eb5 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -2,7 +2,7 @@
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
-<script src="{{ page.base_url }}dist/js/bootstrap.js"></script>
+<script src="{{ page.base_url }}dist/js/bootstrap.min.js"></script>
<script src="{{ page.base_url }}docs-assets/js/holder.js"></script>