diff options
| author | XhmikosR <[email protected]> | 2017-08-11 15:46:00 +0300 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-08-11 10:18:49 -0700 |
| commit | 9e6c11e329f7ffe58adbc9ae5056254c5878aafb (patch) | |
| tree | 7fc1a6995593964356bfaa61f5de8c72862fe9b4 /_includes | |
| parent | 860ca6dee8d68151165bfa2d0bde02cb180ddd33 (diff) | |
| download | bootstrap-9e6c11e329f7ffe58adbc9ae5056254c5878aafb.tar.xz bootstrap-9e6c11e329f7ffe58adbc9ae5056254c5878aafb.zip | |
Remove IE 10 viewport bug workaround JS.
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/scripts.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/_includes/scripts.html b/_includes/scripts.html index f4cb6cd79..058ba1b33 100644 --- a/_includes/scripts.html +++ b/_includes/scripts.html @@ -18,8 +18,6 @@ <script src="{{ site.baseurl }}/assets/js/src/application.js"></script> {% endif %} -<!-- 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> {% if page.layout == "docs" %} |
