diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/carousel/index.html | 4 | ||||
| -rw-r--r-- | examples/grid/index.html | 2 | ||||
| -rw-r--r-- | examples/jumbotron-narrow/index.html | 2 | ||||
| -rw-r--r-- | examples/jumbotron/index.html | 4 | ||||
| -rw-r--r-- | examples/justified-nav/index.html | 2 | ||||
| -rw-r--r-- | examples/navbar-fixed-top/index.html | 4 | ||||
| -rw-r--r-- | examples/navbar-static-top/index.html | 4 | ||||
| -rw-r--r-- | examples/navbar/index.html | 4 | ||||
| -rw-r--r-- | examples/non-responsive/index.html | 4 | ||||
| -rw-r--r-- | examples/offcanvas/index.html | 4 | ||||
| -rw-r--r-- | examples/signin/index.html | 2 | ||||
| -rw-r--r-- | examples/starter-template/index.html | 4 | ||||
| -rw-r--r-- | examples/sticky-footer-navbar/index.html | 4 | ||||
| -rw-r--r-- | examples/sticky-footer/index.html | 2 | ||||
| -rw-r--r-- | examples/theme/index.html | 4 |
15 files changed, 25 insertions, 25 deletions
diff --git a/examples/carousel/index.html b/examples/carousel/index.html index c9a99cbd6..e5c3e0a31 100644 --- a/examples/carousel/index.html +++ b/examples/carousel/index.html @@ -15,7 +15,7 @@ <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> - <script src="../../docs-assets/js/html5shiv.js"></script> + <script src="//oss.maxcdn.com/libs/html5shiv/3.6.2/html5shiv.js"></script> <script src="../../docs-assets/js/respond.min.js"></script> <![endif]--> @@ -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/grid/index.html b/examples/grid/index.html index 0e90504f8..c63f70b63 100644 --- a/examples/grid/index.html +++ b/examples/grid/index.html @@ -18,7 +18,7 @@ <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> - <script src="../../docs-assets/js/html5shiv.js"></script> + <script src="//oss.maxcdn.com/libs/html5shiv/3.6.2/html5shiv.js"></script> <script src="../../docs-assets/js/respond.min.js"></script> <![endif]--> </head> diff --git a/examples/jumbotron-narrow/index.html b/examples/jumbotron-narrow/index.html index 02998bb1f..31872bf6f 100644 --- a/examples/jumbotron-narrow/index.html +++ b/examples/jumbotron-narrow/index.html @@ -18,7 +18,7 @@ <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> - <script src="../../docs-assets/js/html5shiv.js"></script> + <script src="//oss.maxcdn.com/libs/html5shiv/3.6.2/html5shiv.js"></script> <script src="../../docs-assets/js/respond.min.js"></script> <![endif]--> </head> diff --git a/examples/jumbotron/index.html b/examples/jumbotron/index.html index d96ecab95..7a0e7d928 100644 --- a/examples/jumbotron/index.html +++ b/examples/jumbotron/index.html @@ -18,7 +18,7 @@ <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> - <script src="../../docs-assets/js/html5shiv.js"></script> + <script src="//oss.maxcdn.com/libs/html5shiv/3.6.2/html5shiv.js"></script> <script src="../../docs-assets/js/respond.min.js"></script> <![endif]--> </head> @@ -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/justified-nav/index.html b/examples/justified-nav/index.html index e8d08dd86..3c02d8fc0 100644 --- a/examples/justified-nav/index.html +++ b/examples/justified-nav/index.html @@ -18,7 +18,7 @@ <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> - <script src="../../docs-assets/js/html5shiv.js"></script> + <script src="//oss.maxcdn.com/libs/html5shiv/3.6.2/html5shiv.js"></script> <script src="../../docs-assets/js/respond.min.js"></script> <![endif]--> </head> diff --git a/examples/navbar-fixed-top/index.html b/examples/navbar-fixed-top/index.html index 65e9ec585..39d3bdf8e 100644 --- a/examples/navbar-fixed-top/index.html +++ b/examples/navbar-fixed-top/index.html @@ -18,7 +18,7 @@ <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> - <script src="../../docs-assets/js/html5shiv.js"></script> + <script src="//oss.maxcdn.com/libs/html5shiv/3.6.2/html5shiv.js"></script> <script src="../../docs-assets/js/respond.min.js"></script> <![endif]--> </head> @@ -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 457885006..caaa72190 100644 --- a/examples/navbar-static-top/index.html +++ b/examples/navbar-static-top/index.html @@ -18,7 +18,7 @@ <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> - <script src="../../docs-assets/js/html5shiv.js"></script> + <script src="//oss.maxcdn.com/libs/html5shiv/3.6.2/html5shiv.js"></script> <script src="../../docs-assets/js/respond.min.js"></script> <![endif]--> </head> @@ -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 ce5c90c3f..5b6a80237 100644 --- a/examples/navbar/index.html +++ b/examples/navbar/index.html @@ -18,7 +18,7 @@ <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> - <script src="../../docs-assets/js/html5shiv.js"></script> + <script src="//oss.maxcdn.com/libs/html5shiv/3.6.2/html5shiv.js"></script> <script src="../../docs-assets/js/respond.min.js"></script> <![endif]--> </head> @@ -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 2aa5c4f57..a8828c328 100644 --- a/examples/non-responsive/index.html +++ b/examples/non-responsive/index.html @@ -20,7 +20,7 @@ <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> - <script src="../../docs-assets/js/html5shiv.js"></script> + <script src="//oss.maxcdn.com/libs/html5shiv/3.6.2/html5shiv.js"></script> <script src="../../docs-assets/js/respond.min.js"></script> <![endif]--> </head> @@ -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 c8e6a793a..803644859 100644 --- a/examples/offcanvas/index.html +++ b/examples/offcanvas/index.html @@ -18,7 +18,7 @@ <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> - <script src="../../docs-assets/js/html5shiv.js"></script> + <script src="//oss.maxcdn.com/libs/html5shiv/3.6.2/html5shiv.js"></script> <script src="../../docs-assets/js/respond.min.js"></script> <![endif]--> </head> @@ -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/signin/index.html b/examples/signin/index.html index 45cb8db57..fb36aaf9b 100644 --- a/examples/signin/index.html +++ b/examples/signin/index.html @@ -18,7 +18,7 @@ <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> - <script src="../../docs-assets/js/html5shiv.js"></script> + <script src="//oss.maxcdn.com/libs/html5shiv/3.6.2/html5shiv.js"></script> <script src="../../docs-assets/js/respond.min.js"></script> <![endif]--> </head> diff --git a/examples/starter-template/index.html b/examples/starter-template/index.html index 1efa511bb..64e9e0471 100644 --- a/examples/starter-template/index.html +++ b/examples/starter-template/index.html @@ -18,7 +18,7 @@ <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> - <script src="../../docs-assets/js/html5shiv.js"></script> + <script src="//oss.maxcdn.com/libs/html5shiv/3.6.2/html5shiv.js"></script> <script src="../../docs-assets/js/respond.min.js"></script> <![endif]--> </head> @@ -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 591e4a8bb..385d76054 100644 --- a/examples/sticky-footer-navbar/index.html +++ b/examples/sticky-footer-navbar/index.html @@ -18,7 +18,7 @@ <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> - <script src="../../docs-assets/js/html5shiv.js"></script> + <script src="//oss.maxcdn.com/libs/html5shiv/3.6.2/html5shiv.js"></script> <script src="../../docs-assets/js/respond.min.js"></script> <![endif]--> </head> @@ -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/sticky-footer/index.html b/examples/sticky-footer/index.html index 1243c1cbc..8e14adee2 100644 --- a/examples/sticky-footer/index.html +++ b/examples/sticky-footer/index.html @@ -18,7 +18,7 @@ <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> - <script src="../../docs-assets/js/html5shiv.js"></script> + <script src="//oss.maxcdn.com/libs/html5shiv/3.6.2/html5shiv.js"></script> <script src="../../docs-assets/js/respond.min.js"></script> <![endif]--> </head> diff --git a/examples/theme/index.html b/examples/theme/index.html index 0ca5a2fc4..d0a2e425c 100644 --- a/examples/theme/index.html +++ b/examples/theme/index.html @@ -20,7 +20,7 @@ <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> - <script src="../../docs-assets/js/html5shiv.js"></script> + <script src="//oss.maxcdn.com/libs/html5shiv/3.6.2/html5shiv.js"></script> <script src="../../docs-assets/js/respond.min.js"></script> <![endif]--> </head> @@ -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> |
