aboutsummaryrefslogtreecommitdiff
path: root/examples/offcanvas
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-10-09 15:21:03 -0700
committerChris Rebert <[email protected]>2013-10-09 16:36:15 -0700
commit5e652332d1d5b5c3c5e86da0938d571795ce6161 (patch)
tree0a8593b803bf718842a3baf9a9193a36b21f8415 /examples/offcanvas
parentd72768a16abe811d987f2a38f980329260686114 (diff)
downloadbootstrap-5e652332d1d5b5c3c5e86da0938d571795ce6161.tar.xz
bootstrap-5e652332d1d5b5c3c5e86da0938d571795ce6161.zip
use CDN for jQuery instead of vendoring it; fixes part of #10989
Diffstat (limited to 'examples/offcanvas')
-rw-r--r--examples/offcanvas/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/offcanvas/index.html b/examples/offcanvas/index.html
index 14d05e04c..803644859 100644
--- a/examples/offcanvas/index.html
+++ b/examples/offcanvas/index.html
@@ -119,7 +119,7 @@
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
- <script src="../../docs-assets/js/jquery.js"></script>
+ <script src="//code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="../../dist/js/bootstrap.min.js"></script>
<script src="offcanvas.js"></script>
</body>