diff options
| author | Chris Rebert <[email protected]> | 2014-04-20 16:09:47 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-04-20 16:09:49 -0700 |
| commit | 448086f95a9114fb9ad96b76c5fc7b12a6fc51fd (patch) | |
| tree | 0aa88a482d71624a4063c0f67438821685bd5e6c /docs/_includes/header.html | |
| parent | a69bc3bc095de588ae78b663f73395134ad6ee00 (diff) | |
| download | bootstrap-448086f95a9114fb9ad96b76c5fc7b12a6fc51fd.tar.xz bootstrap-448086f95a9114fb9ad96b76c5fc7b12a6fc51fd.zip | |
add IE10 viewport bug workaround to examples
Closes #13379.
Diffstat (limited to 'docs/_includes/header.html')
| -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 37f7a7597..a50a26e38 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]> |
