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/examples/theme | |
| parent | a69bc3bc095de588ae78b663f73395134ad6ee00 (diff) | |
| download | bootstrap-448086f95a9114fb9ad96b76c5fc7b12a6fc51fd.tar.xz bootstrap-448086f95a9114fb9ad96b76c5fc7b12a6fc51fd.zip | |
add IE10 viewport bug workaround to examples
Closes #13379.
Diffstat (limited to 'docs/examples/theme')
| -rw-r--r-- | docs/examples/theme/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/examples/theme/index.html b/docs/examples/theme/index.html index 0623cefe4..2826509a2 100644 --- a/docs/examples/theme/index.html +++ b/docs/examples/theme/index.html @@ -21,6 +21,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/libs/html5shiv/3.7.0/html5shiv.js"></script> |
