aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/footer.html
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2015-09-06 12:16:01 +0300
committerXhmikosR <[email protected]>2015-09-06 13:33:52 +0300
commit87a3fdd1b716aefef8272994ea3f6f32601deaae (patch)
tree7c731b723e45906f4b486c4823788dbfb494dbde /docs/_includes/footer.html
parent8f16abb669c58117484ed3d13ee38ac5d20d981a (diff)
downloadbootstrap-87a3fdd1b716aefef8272994ea3f6f32601deaae.tar.xz
bootstrap-87a3fdd1b716aefef8272994ea3f6f32601deaae.zip
Clean up inclusion of IE-specific JS files.
Move them to footer, and remove duplicate ones. [ci skip]
Diffstat (limited to 'docs/_includes/footer.html')
-rw-r--r--docs/_includes/footer.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html
index 3e12c58b8..eb35020ba 100644
--- a/docs/_includes/footer.html
+++ b/docs/_includes/footer.html
@@ -30,6 +30,7 @@
<!-- 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" %}
<script src="{{ site.baseurl }}/assets/js/vendor/jekyll-search.js"></script>