diff options
| author | Mark Otto <[email protected]> | 2014-04-24 18:50:30 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-04-24 18:50:30 -0700 |
| commit | fe11ac77a26ab321bb6648d557a15416bab1d74e (patch) | |
| tree | 1e352422c3f3b61f8b0bd90e5ead2e6dd2d340d8 /docs/_includes | |
| parent | 0e48cb2f9383df0ba4ba54168f8730b4694bee0c (diff) | |
| parent | 448086f95a9114fb9ad96b76c5fc7b12a6fc51fd (diff) | |
| download | bootstrap-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/_includes')
| -rw-r--r-- | docs/_includes/header.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 7879bf392..4eee52a3c 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -19,6 +19,8 @@ <!-- Documentation extras --> <link href="../assets/css/docs.min.css" rel="stylesheet"> <!--[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]> |
