diff options
| author | XhmikosR <[email protected]> | 2015-09-06 14:31:07 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-09-06 14:31:07 +0300 |
| commit | dde20e934589a1d535500ef493ba95d9c0437498 (patch) | |
| tree | 7c731b723e45906f4b486c4823788dbfb494dbde /docs/_includes/header.html | |
| parent | 8f16abb669c58117484ed3d13ee38ac5d20d981a (diff) | |
| parent | 87a3fdd1b716aefef8272994ea3f6f32601deaae (diff) | |
| download | bootstrap-dde20e934589a1d535500ef493ba95d9c0437498.tar.xz bootstrap-dde20e934589a1d535500ef493ba95d9c0437498.zip | |
Merge pull request #17492 from twbs/v4-dev-xmr-docs-js
Clean up inclusion of IE-specific JS files.
Diffstat (limited to 'docs/_includes/header.html')
| -rw-r--r-- | docs/_includes/header.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/_includes/header.html b/docs/_includes/header.html index bba5aad3d..e637dc470 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -19,10 +19,6 @@ <!-- Documentation extras --> <link href="{{ site.baseurl }}/assets/css/docs.min.css" rel="stylesheet"> -<!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> -<script src="{{ site.baseurl }}/assets/js/ie10-viewport-bug-workaround.js"></script> -<script src="{{ site.baseurl }}/assets/js/ie-emulation-modes-warning.js"></script> - <!-- Favicons --> <link rel="apple-touch-icon" href="{{ site.baseurl }}/apple-touch-icon.png"> <link rel="icon" href="{{ site.baseurl }}/favicon.ico"> |
