diff options
| author | Chris Rebert <[email protected]> | 2014-04-24 15:35:05 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-04-27 22:08:44 -0700 |
| commit | a84a3693b12f549e075424a63d34a83dc19d277b (patch) | |
| tree | 75ab68811dde389201a3232eaad0fe072b3ed09c /docs/_includes/header.html | |
| parent | eab6d3ead83446cfa383b3e00b289a96b8a354e8 (diff) | |
| download | bootstrap-a84a3693b12f549e075424a63d34a83dc19d277b.tar.xz bootstrap-a84a3693b12f549e075424a63d34a83dc19d277b.zip | |
add ie-emulation-modes-warning.js to docs & examples
Diffstat (limited to 'docs/_includes/header.html')
| -rw-r--r-- | docs/_includes/header.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 4eee52a3c..e12545ecc 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -20,7 +20,8 @@ <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> +<script src="../assets/js/ie10-viewport-bug-workaround.js"></script> +<script src="../assets/js/ie-emulation-modes-warning.js"></script> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> |
