aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/carousel
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-04-27 22:29:14 -0700
committerChris Rebert <[email protected]>2014-04-27 22:29:14 -0700
commitbde5f1fe9f837cce036821be5aaf6c40e19a8097 (patch)
tree246f9c6b10149e62c06fa8146d4bc0a81d8a8565 /docs/examples/carousel
parent686a45a84be19a07e8cdab7975145417c0bd58d4 (diff)
parenta84a3693b12f549e075424a63d34a83dc19d277b (diff)
downloadbootstrap-bde5f1fe9f837cce036821be5aaf6c40e19a8097.tar.xz
bootstrap-bde5f1fe9f837cce036821be5aaf6c40e19a8097.zip
Merge pull request #13422 from twbs/ie-emulation-modes-warning
Warn about IE emulation modes in docs+examples
Diffstat (limited to 'docs/examples/carousel')
-rw-r--r--docs/examples/carousel/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html
index 3372c87ef..828314603 100644
--- a/docs/examples/carousel/index.html
+++ b/docs/examples/carousel/index.html
@@ -13,8 +13,9 @@
<!-- Bootstrap core CSS -->
<link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
- <!-- Just for debugging purposes. Don't actually copy this line! -->
+ <!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
+ <script src="../../assets/js/ie-emulation-modes-warning.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>