diff --git a/examples/carousel/index.html b/examples/carousel/index.html index 37dd691a15f55fa0a7bf39a4ba5437d1aa8b79db..da7cf41a5c08f50c9a9db5b90c60b40b305e8c24 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 3db13f58cfa3b6161c5a04d7a755ce93e7f8de8c..3cef51e8d6ec547cf89c452e9847afc42c885803 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 9c3c1b6cf1e0fafe4aeb710dac50c7494bcd53f2..c8b0fe9203c7a04bb8801abe1512a6e23c1f273a 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 fd874a80468ac2e45c238767b279b0e4f1bd11a0..1f81291283fb04f7cee32336d81ff22f56b0b754 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 f01005f3f472a4b1179d113c8df7086b4b50c527..431b2780dd64408b97f321b55bc3c782ab29355b 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 940897991ea8dfec52298cd2a2ac4bf6048ade91..2340bcfaeee0c302a24cd9a53bf38e0c615650c3 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 10da9d49a1524e788f06437b0893ed7c2601c6c3..7bf1deccb6b88c60bca3b4703bb7f49a258d608a 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 ab626126cea3d16d35ae71c5f99886b72964a971..ee2ba19b66cbd4ce11419655ecfead5c6fae370e 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 5d6b7b813206ce7853e9f2cacf97f6c1d8af7f15..e9c905bd2b4f3d729da62913ca31a795dc69780a 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 544e8fec31e548dd6b3bda97fc8471c8324c8b8d..fefb73386e8a75657a333e0ceb4399b23bc8fdf2 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 d48a9dff0b1169d12cf6896a4bd4d1e5e1e52556..65693edffada274fb96b6e5e4a508d7ce54f830c 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 3fab506b7aa12c13f72ed1786a92aff9bf653682..0be6de516e59ec4db6c218490fefb4e229613b07 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 6a5a2062d2cf0fd2d35377c79986738634b06a85..20e902ddddcee870c8ae4121c182211b3621b333 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>