diff options
| author | Mark Otto <[email protected]> | 2013-08-17 12:32:11 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-17 12:32:11 -0700 |
| commit | 3505606d346488e3761dbe9c421b32547bcb9b0c (patch) | |
| tree | 775d7cf5a47f6797a1003541ba1233a399b6b91a /examples | |
| parent | e279ffab146d89ea1044105f233a8680100f8bda (diff) | |
| download | bootstrap-3505606d346488e3761dbe9c421b32547bcb9b0c.tar.xz bootstrap-3505606d346488e3761dbe9c421b32547bcb9b0c.zip | |
add respond.js to all examples (fixes #9731)
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/carousel/index.html | 2 | ||||
| -rw-r--r-- | examples/grid/index.html | 5 | ||||
| -rw-r--r-- | examples/jumbotron-narrow/index.html | 5 | ||||
| -rw-r--r-- | examples/jumbotron/index.html | 7 | ||||
| -rw-r--r-- | examples/justified-nav/index.html | 7 | ||||
| -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/offcanvas/index.html | 9 | ||||
| -rw-r--r-- | examples/signin/index.html | 7 | ||||
| -rw-r--r-- | examples/starter-template/index.html | 7 | ||||
| -rw-r--r-- | examples/sticky-footer-navbar/index.html | 5 | ||||
| -rw-r--r-- | examples/sticky-footer/index.html | 7 |
13 files changed, 58 insertions, 9 deletions
diff --git a/examples/carousel/index.html b/examples/carousel/index.html index 37dd691a1..da7cf41a5 100644 --- a/examples/carousel/index.html +++ b/examples/carousel/index.html @@ -186,11 +186,11 @@ </div><!-- /.container --> - <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="../../assets/js/jquery.js"></script> + <script src="../../assets/js/respond.min.js"></script> <script src="../../dist/js/bootstrap.min.js"></script> <script src="../../assets/js/holder.js"></script> </body> diff --git a/examples/grid/index.html b/examples/grid/index.html index 3db13f58c..3cef51e8d 100644 --- a/examples/grid/index.html +++ b/examples/grid/index.html @@ -105,5 +105,10 @@ </div> <!-- /container --> + + <!-- Bootstrap core JavaScript + ================================================== --> + <!-- Placed at the end of the document so the pages load faster --> + <script src="../../assets/js/respond.min.js"></script> </body> </html> diff --git a/examples/jumbotron-narrow/index.html b/examples/jumbotron-narrow/index.html index 9c3c1b6cf..c8b0fe920 100644 --- a/examples/jumbotron-narrow/index.html +++ b/examples/jumbotron-narrow/index.html @@ -64,5 +64,10 @@ </div> <!-- /container --> + + <!-- Bootstrap core JavaScript + ================================================== --> + <!-- Placed at the end of the document so the pages load faster --> + <script src="../../assets/js/respond.min.js"></script> </body> </html> diff --git a/examples/jumbotron/index.html b/examples/jumbotron/index.html index fd874a804..1f8129128 100644 --- a/examples/jumbotron/index.html +++ b/examples/jumbotron/index.html @@ -98,7 +98,12 @@ </div> <!-- /container --> + + <!-- Bootstrap core JavaScript + ================================================== --> + <!-- Placed at the end of the document so the pages load faster --> <script src="../../assets/js/jquery.js"></script> + <script src="../../assets/js/respond.min.js"></script> <script src="../../dist/js/bootstrap.min.js"></script> </body> -</html>
\ No newline at end of file +</html> diff --git a/examples/justified-nav/index.html b/examples/justified-nav/index.html index f01005f3f..431b2780d 100644 --- a/examples/justified-nav/index.html +++ b/examples/justified-nav/index.html @@ -70,5 +70,10 @@ </div> <!-- /container --> + + <!-- Bootstrap core JavaScript + ================================================== --> + <!-- Placed at the end of the document so the pages load faster --> + <script src="../../assets/js/respond.min.js"></script> </body> -</html>
\ No newline at end of file +</html> diff --git a/examples/navbar-fixed-top/index.html b/examples/navbar-fixed-top/index.html index 940897991..2340bcfae 100644 --- a/examples/navbar-fixed-top/index.html +++ b/examples/navbar-fixed-top/index.html @@ -70,10 +70,12 @@ </div> <!-- /container --> + <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="../../assets/js/jquery.js"></script> + <script src="../../assets/js/respond.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 10da9d49a..7bf1deccb 100644 --- a/examples/navbar-static-top/index.html +++ b/examples/navbar-static-top/index.html @@ -71,10 +71,12 @@ </div> <!-- /container --> + <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="../../assets/js/jquery.js"></script> + <script src="../../assets/js/respond.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 ab626126c..ee2ba19b6 100644 --- a/examples/navbar/index.html +++ b/examples/navbar/index.html @@ -68,10 +68,12 @@ </div> <!-- /container --> + <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="../../assets/js/jquery.js"></script> + <script src="../../assets/js/respond.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 5d6b7b813..e9c905bd2 100644 --- a/examples/offcanvas/index.html +++ b/examples/offcanvas/index.html @@ -109,9 +109,14 @@ </div><!--/.container--> - <!-- jQuery and plugin --> + + + <!-- Bootstrap core JavaScript + ================================================== --> + <!-- Placed at the end of the document so the pages load faster --> <script src="../../assets/js/jquery.js"></script> + <script src="../../assets/js/respond.min.js"></script> <script src="../../dist/js/bootstrap.min.js"></script> <script src="offcanvas.js"></script> </body> -</html>
\ No newline at end of file +</html> diff --git a/examples/signin/index.html b/examples/signin/index.html index 544e8fec3..fefb73386 100644 --- a/examples/signin/index.html +++ b/examples/signin/index.html @@ -32,5 +32,10 @@ </div> <!-- /container --> + + <!-- Bootstrap core JavaScript + ================================================== --> + <!-- Placed at the end of the document so the pages load faster --> + <script src="../../assets/js/respond.min.js"></script> </body> -</html>
\ No newline at end of file +</html> diff --git a/examples/starter-template/index.html b/examples/starter-template/index.html index d48a9dff0..65693edff 100644 --- a/examples/starter-template/index.html +++ b/examples/starter-template/index.html @@ -47,7 +47,12 @@ </div><!-- /.container --> + + <!-- Bootstrap core JavaScript + ================================================== --> + <!-- Placed at the end of the document so the pages load faster --> <script src="../../assets/js/jquery.js"></script> + <script src="../../assets/js/respond.min.js"></script> <script src="../../dist/js/bootstrap.min.js"></script> </body> -</html>
\ No newline at end of file +</html> diff --git a/examples/sticky-footer-navbar/index.html b/examples/sticky-footer-navbar/index.html index 3fab506b7..0be6de516 100644 --- a/examples/sticky-footer-navbar/index.html +++ b/examples/sticky-footer-navbar/index.html @@ -70,9 +70,12 @@ </div> </div> + <!-- Bootstrap core JavaScript ================================================== --> + <!-- Placed at the end of the document so the pages load faster --> <script src="../../assets/js/jquery.js"></script> + <script src="../../assets/js/respond.min.js"></script> <script src="../../dist/js/bootstrap.min.js"></script> </body> -</html>
\ No newline at end of file +</html> diff --git a/examples/sticky-footer/index.html b/examples/sticky-footer/index.html index 6a5a2062d..20e902ddd 100644 --- a/examples/sticky-footer/index.html +++ b/examples/sticky-footer/index.html @@ -37,5 +37,10 @@ </div> </div> + + <!-- Bootstrap core JavaScript + ================================================== --> + <!-- Placed at the end of the document so the pages load faster --> + <script src="../../assets/js/respond.min.js"></script> </body> -</html>
\ No newline at end of file +</html> |
