aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/grid/index.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-04-24 18:50:30 -0700
committerMark Otto <[email protected]>2014-04-24 18:50:30 -0700
commitfe11ac77a26ab321bb6648d557a15416bab1d74e (patch)
tree1e352422c3f3b61f8b0bd90e5ead2e6dd2d340d8 /docs/examples/grid/index.html
parent0e48cb2f9383df0ba4ba54168f8730b4694bee0c (diff)
parent448086f95a9114fb9ad96b76c5fc7b12a6fc51fd (diff)
downloadbootstrap-fe11ac77a26ab321bb6648d557a15416bab1d74e.tar.xz
bootstrap-fe11ac77a26ab321bb6648d557a15416bab1d74e.zip
Merge pull request #13390 from twbs/ie10-viewport-bug
add IE10 viewport bug workaround to examples
Diffstat (limited to 'docs/examples/grid/index.html')
-rw-r--r--docs/examples/grid/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/examples/grid/index.html b/docs/examples/grid/index.html
index 662c7af09..7e55b5b90 100644
--- a/docs/examples/grid/index.html
+++ b/docs/examples/grid/index.html
@@ -19,6 +19,9 @@
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
+ <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
+ <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
+
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.1/html5shiv.min.js"></script>