diff options
| author | Chris Rebert <[email protected]> | 2013-10-09 15:21:03 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-10-09 16:36:15 -0700 |
| commit | 5e652332d1d5b5c3c5e86da0938d571795ce6161 (patch) | |
| tree | 0a8593b803bf718842a3baf9a9193a36b21f8415 /examples | |
| parent | d72768a16abe811d987f2a38f980329260686114 (diff) | |
| download | bootstrap-5e652332d1d5b5c3c5e86da0938d571795ce6161.tar.xz bootstrap-5e652332d1d5b5c3c5e86da0938d571795ce6161.zip | |
use CDN for jQuery instead of vendoring it; fixes part of #10989
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/carousel/index.html | 2 | ||||
| -rw-r--r-- | examples/jumbotron/index.html | 2 | ||||
| -rw-r--r-- | examples/navbar-fixed-top/index.html | 2 | ||||
| -rw-r--r-- | examples/navbar-static-top/index.html | 2 | ||||
| -rw-r--r-- | examples/navbar/index.html | 2 | ||||
| -rw-r--r-- | examples/non-responsive/index.html | 2 | ||||
| -rw-r--r-- | examples/offcanvas/index.html | 2 | ||||
| -rw-r--r-- | examples/starter-template/index.html | 2 | ||||
| -rw-r--r-- | examples/sticky-footer-navbar/index.html | 2 | ||||
| -rw-r--r-- | examples/theme/index.html | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/examples/carousel/index.html b/examples/carousel/index.html index 0815b2d4c..df12d5cef 100644 --- a/examples/carousel/index.html +++ b/examples/carousel/index.html @@ -195,7 +195,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="../../docs-assets/js/holder.js"></script> </body> diff --git a/examples/jumbotron/index.html b/examples/jumbotron/index.html index 88cffadc5..7a0e7d928 100644 --- a/examples/jumbotron/index.html +++ b/examples/jumbotron/index.html @@ -89,7 +89,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> </body> </html> diff --git a/examples/navbar-fixed-top/index.html b/examples/navbar-fixed-top/index.html index 49bedd6c8..39d3bdf8e 100644 --- a/examples/navbar-fixed-top/index.html +++ b/examples/navbar-fixed-top/index.html @@ -81,7 +81,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> </body> </html> diff --git a/examples/navbar-static-top/index.html b/examples/navbar-static-top/index.html index 0ac010576..caaa72190 100644 --- a/examples/navbar-static-top/index.html +++ b/examples/navbar-static-top/index.html @@ -82,7 +82,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> </body> </html> diff --git a/examples/navbar/index.html b/examples/navbar/index.html index 94a25a748..5b6a80237 100644 --- a/examples/navbar/index.html +++ b/examples/navbar/index.html @@ -78,7 +78,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> </body> </html> diff --git a/examples/non-responsive/index.html b/examples/non-responsive/index.html index d0a460aca..a8828c328 100644 --- a/examples/non-responsive/index.html +++ b/examples/non-responsive/index.html @@ -91,7 +91,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> </body> </html> 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> diff --git a/examples/starter-template/index.html b/examples/starter-template/index.html index 090d48e6b..64e9e0471 100644 --- a/examples/starter-template/index.html +++ b/examples/starter-template/index.html @@ -58,7 +58,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> </body> </html> diff --git a/examples/sticky-footer-navbar/index.html b/examples/sticky-footer-navbar/index.html index 05388c365..385d76054 100644 --- a/examples/sticky-footer-navbar/index.html +++ b/examples/sticky-footer-navbar/index.html @@ -81,7 +81,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> </body> </html> diff --git a/examples/theme/index.html b/examples/theme/index.html index a50b707e0..d0a2e425c 100644 --- a/examples/theme/index.html +++ b/examples/theme/index.html @@ -347,7 +347,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="../../docs-assets/js/holder.js"></script> </body> |
