diff options
| author | XhmikosR <[email protected]> | 2015-09-06 12:16:01 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-09-06 13:33:52 +0300 |
| commit | 87a3fdd1b716aefef8272994ea3f6f32601deaae (patch) | |
| tree | 7c731b723e45906f4b486c4823788dbfb494dbde /docs/examples/carousel | |
| parent | 8f16abb669c58117484ed3d13ee38ac5d20d981a (diff) | |
| download | bootstrap-87a3fdd1b716aefef8272994ea3f6f32601deaae.tar.xz bootstrap-87a3fdd1b716aefef8272994ea3f6f32601deaae.zip | |
Clean up inclusion of IE-specific JS files.
Move them to footer, and remove duplicate ones.
[ci skip]
Diffstat (limited to 'docs/examples/carousel')
| -rw-r--r-- | docs/examples/carousel/index.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index 9c6ae35d9..d34786540 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -14,9 +14,6 @@ <!-- Bootstrap core CSS --> <link href="../../dist/css/bootstrap.min.css" rel="stylesheet"> - <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> - <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> - <!-- Custom styles for this template --> <link href="carousel.css" rel="stylesheet"> </head> |
