Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2014-04-25 02:35:05 +0400
committerChris Rebert <code@rebertia.com>2014-04-28 09:08:44 +0400
commita84a3693b12f549e075424a63d34a83dc19d277b (patch)
tree75ab68811dde389201a3232eaad0fe072b3ed09c /docs/examples/jumbotron
parenteab6d3ead83446cfa383b3e00b289a96b8a354e8 (diff)
add ie-emulation-modes-warning.js to docs & examples
Diffstat (limited to 'docs/examples/jumbotron')
-rw-r--r--docs/examples/jumbotron/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/examples/jumbotron/index.html b/docs/examples/jumbotron/index.html
index 9cc8ae5923..ebae0a246e 100644
--- a/docs/examples/jumbotron/index.html
+++ b/docs/examples/jumbotron/index.html
@@ -16,8 +16,9 @@
<!-- Custom styles for this template -->
<link href="jumbotron.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>