aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-15 09:09:40 -0700
committerMark Otto <[email protected]>2014-07-15 09:09:40 -0700
commitf200c39657c5011e12bace716c59b2242d48c077 (patch)
tree25b1a5badabaa9e7da422b3c3feac07ced930c6e /docs/examples
parent01816e4e10eed90d624b82d1950b428c0c928cd9 (diff)
downloadbootstrap-f200c39657c5011e12bace716c59b2242d48c077.tar.xz
bootstrap-f200c39657c5011e12bace716c59b2242d48c077.zip
don't include local jquery
Diffstat (limited to 'docs/examples')
-rw-r--r--docs/examples/navbar-top-fixed/index.html3
-rw-r--r--docs/examples/navbar-top/index.html3
2 files changed, 2 insertions, 4 deletions
diff --git a/docs/examples/navbar-top-fixed/index.html b/docs/examples/navbar-top-fixed/index.html
index 4d65e4ca2..474085ae9 100644
--- a/docs/examples/navbar-top-fixed/index.html
+++ b/docs/examples/navbar-top-fixed/index.html
@@ -48,8 +48,7 @@
<!-- Bootstrap core JavaScript
================================================== -->
<!-- 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> -->
- <script src="../../assets/js/vendor/jquery.min.js"></script>
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../dist/js/bootstrap.min.js"></script>
</body>
</html>
diff --git a/docs/examples/navbar-top/index.html b/docs/examples/navbar-top/index.html
index 96d7b44cc..f3dcea6b4 100644
--- a/docs/examples/navbar-top/index.html
+++ b/docs/examples/navbar-top/index.html
@@ -46,8 +46,7 @@
<!-- Bootstrap core JavaScript
================================================== -->
<!-- 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> -->
- <script src="../../assets/js/vendor/jquery.min.js"></script>
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../dist/js/bootstrap.min.js"></script>
</body>
</html>