diff options
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/footer.html | 2 | ||||
| -rw-r--r-- | docs/_includes/header.html | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 406b84cda..6f0227da2 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -36,8 +36,6 @@ <link href="../assets/css/src/pygments-manni.css" rel="stylesheet"> {% endif %} <!--[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/ie-emulation-modes-warning.js"></script> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> |
