diff options
| author | Chris Rebert <[email protected]> | 2014-07-27 17:08:27 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-07-27 17:08:27 -0700 |
| commit | 5892273a2367ccc0b599414e848ccabd74781403 (patch) | |
| tree | 3ea796079c80443120613ba04dbea1665ecca263 /docs/examples/theme | |
| parent | a64f2008dafe2c1ba84c6c3195834fc25a4e84d6 (diff) | |
| parent | 9742bb2ee46f7a41fd162ec6fedb995e0c70c2f1 (diff) | |
| download | bootstrap-5892273a2367ccc0b599414e848ccabd74781403.tar.xz bootstrap-5892273a2367ccc0b599414e848ccabd74781403.zip | |
Merge pull request #14258 from twbs/fix-14164
Move Windows Phone 8 IE10 viewport bug workaround script from head to footer
Diffstat (limited to 'docs/examples/theme')
| -rw-r--r-- | docs/examples/theme/index.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/examples/theme/index.html b/docs/examples/theme/index.html index d2a1615eb..af5620e9d 100644 --- a/docs/examples/theme/index.html +++ b/docs/examples/theme/index.html @@ -22,9 +22,6 @@ <!--[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> - <!-- 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.2/html5shiv.min.js"></script> @@ -651,5 +648,7 @@ <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../dist/js/bootstrap.min.js"></script> <script src="../../assets/js/docs.min.js"></script> + <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> + <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> </body> </html> |
