diff options
| author | Chris Rebert <[email protected]> | 2014-07-27 17:01:34 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-07-27 17:01:34 -0700 |
| commit | 9742bb2ee46f7a41fd162ec6fedb995e0c70c2f1 (patch) | |
| tree | 7ed95cbf845366588d303135f26c0003bbc5c7f6 /docs/examples/starter-template/index.html | |
| parent | d6d9bb5bc857b2fd2cb21f89861d9f84904c1997 (diff) | |
| download | bootstrap-9742bb2ee46f7a41fd162ec6fedb995e0c70c2f1.tar.xz bootstrap-9742bb2ee46f7a41fd162ec6fedb995e0c70c2f1.zip | |
Fix #14164: move Windows Phone 8 IE10 viewport bug workaround script to footer of pages
Diffstat (limited to 'docs/examples/starter-template/index.html')
| -rw-r--r-- | docs/examples/starter-template/index.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/examples/starter-template/index.html b/docs/examples/starter-template/index.html index 717574b88..12d71f5b1 100644 --- a/docs/examples/starter-template/index.html +++ b/docs/examples/starter-template/index.html @@ -20,9 +20,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> @@ -68,5 +65,7 @@ <!-- Placed at the end of the document so the pages load faster --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../dist/js/bootstrap.min.js"></script> + <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> + <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> </body> </html> |
