diff options
| author | saiwang <[email protected]> | 2013-08-18 14:28:52 +0800 |
|---|---|---|
| committer | saiwang <[email protected]> | 2013-08-18 14:28:52 +0800 |
| commit | 0c094efe28b34d9eba5a5690ec83c49de423ae1e (patch) | |
| tree | 514bb80aab3156091eacaf2210637c85f5faf16a /examples/carousel | |
| parent | 04a73ebe42b8beb9567220fe31cc11057badf40f (diff) | |
| download | bootstrap-0c094efe28b34d9eba5a5690ec83c49de423ae1e.tar.xz bootstrap-0c094efe28b34d9eba5a5690ec83c49de423ae1e.zip | |
add IE's Conditional comments for respondjs and html5shiv
Diffstat (limited to 'examples/carousel')
| -rw-r--r-- | examples/carousel/index.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/examples/carousel/index.html b/examples/carousel/index.html index da7cf41a5..aa58c14fc 100644 --- a/examples/carousel/index.html +++ b/examples/carousel/index.html @@ -13,6 +13,12 @@ <link href="../../dist/css/bootstrap.css" rel="stylesheet"> <link href="../../dist/css/bootstrap-glyphicons.css" rel="stylesheet"> + <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> + <!--[if lt IE 9]> + <script src="../../assets/js/html5shiv.js"></script> + <script src="../../assets/js/respond.min.js"></script> + <![endif]--> + <!-- Custom styles for this template --> <link href="carousel.css" rel="stylesheet"> </head> @@ -190,7 +196,6 @@ ================================================== --> <!-- 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> |
