aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/footer.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-07-27 17:01:34 -0700
committerChris Rebert <[email protected]>2014-07-27 17:01:34 -0700
commit9742bb2ee46f7a41fd162ec6fedb995e0c70c2f1 (patch)
tree7ed95cbf845366588d303135f26c0003bbc5c7f6 /docs/_includes/footer.html
parentd6d9bb5bc857b2fd2cb21f89861d9f84904c1997 (diff)
downloadbootstrap-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/_includes/footer.html')
-rw-r--r--docs/_includes/footer.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html
index f962d19cc..75fb572e0 100644
--- a/docs/_includes/footer.html
+++ b/docs/_includes/footer.html
@@ -48,6 +48,8 @@
{% if page.slug == "customize" %}
<script src="../assets/js/customize.min.js"></script>
{% endif %}
+<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
+<script src="../assets/js/ie10-viewport-bug-workaround.js"></script>
{% comment %}
Inject Twitter widgets asynchronously. Snippet snipped from Twitter's