From 9742bb2ee46f7a41fd162ec6fedb995e0c70c2f1 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 27 Jul 2014 17:01:34 -0700 Subject: [PATCH] Fix #14164: move Windows Phone 8 IE10 viewport bug workaround script to footer of pages --- docs/_includes/footer.html | 2 ++ docs/_includes/header.html | 2 -- docs/examples/blog/index.html | 5 ++--- docs/examples/carousel/index.html | 5 ++--- docs/examples/cover/index.html | 5 ++--- docs/examples/dashboard/index.html | 5 ++--- docs/examples/grid/index.html | 8 ++------ docs/examples/jumbotron-narrow/index.html | 8 ++------ docs/examples/jumbotron/index.html | 5 ++--- docs/examples/justified-nav/index.html | 8 ++------ docs/examples/navbar-fixed-top/index.html | 5 ++--- docs/examples/navbar-static-top/index.html | 5 ++--- docs/examples/navbar/index.html | 5 ++--- docs/examples/non-responsive/index.html | 5 ++--- docs/examples/offcanvas/index.html | 7 ++++--- docs/examples/signin/index.html | 8 ++------ docs/examples/starter-template/index.html | 5 ++--- docs/examples/sticky-footer-navbar/index.html | 5 ++--- docs/examples/sticky-footer/index.html | 8 ++------ docs/examples/theme/index.html | 5 ++--- docs/examples/tooltip-viewport/index.html | 7 ++++--- 21 files changed, 44 insertions(+), 74 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" %} {% endif %} + + {% 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 @@ {% endif %} - - diff --git a/docs/examples/blog/index.html b/docs/examples/blog/index.html index 6395e48d2..8d24e80ef 100644 --- a/docs/examples/blog/index.html +++ b/docs/examples/blog/index.html @@ -20,9 +20,6 @@ - - - + diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index 42998f1e4..157ec42ff 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -17,9 +17,6 @@ - - - + diff --git a/docs/examples/cover/index.html b/docs/examples/cover/index.html index 193fc74b4..d7e4fe7f0 100644 --- a/docs/examples/cover/index.html +++ b/docs/examples/cover/index.html @@ -20,9 +20,6 @@ - - - + diff --git a/docs/examples/dashboard/index.html b/docs/examples/dashboard/index.html index 5c6ec2b9c..7c5efa6cf 100644 --- a/docs/examples/dashboard/index.html +++ b/docs/examples/dashboard/index.html @@ -20,9 +20,6 @@ - - - + diff --git a/docs/examples/grid/index.html b/docs/examples/grid/index.html index 2dff5df9b..81b1af734 100644 --- a/docs/examples/grid/index.html +++ b/docs/examples/grid/index.html @@ -20,9 +20,6 @@ - - - - - + + diff --git a/docs/examples/jumbotron-narrow/index.html b/docs/examples/jumbotron-narrow/index.html index 3bafd77c4..d85d11f96 100644 --- a/docs/examples/jumbotron-narrow/index.html +++ b/docs/examples/jumbotron-narrow/index.html @@ -20,9 +20,6 @@ - - - - - + + diff --git a/docs/examples/jumbotron/index.html b/docs/examples/jumbotron/index.html index c0f54e5a6..46e568ad2 100644 --- a/docs/examples/jumbotron/index.html +++ b/docs/examples/jumbotron/index.html @@ -20,9 +20,6 @@ - - - + + diff --git a/docs/examples/justified-nav/index.html b/docs/examples/justified-nav/index.html index 138d3c9bb..fb7c5c63e 100644 --- a/docs/examples/justified-nav/index.html +++ b/docs/examples/justified-nav/index.html @@ -20,9 +20,6 @@ - - - - - + + diff --git a/docs/examples/navbar-fixed-top/index.html b/docs/examples/navbar-fixed-top/index.html index 99fa3ee93..85edc6ed4 100644 --- a/docs/examples/navbar-fixed-top/index.html +++ b/docs/examples/navbar-fixed-top/index.html @@ -20,9 +20,6 @@ - - - + + diff --git a/docs/examples/navbar-static-top/index.html b/docs/examples/navbar-static-top/index.html index 33413fe51..0afe6f042 100644 --- a/docs/examples/navbar-static-top/index.html +++ b/docs/examples/navbar-static-top/index.html @@ -20,9 +20,6 @@ - - - + + diff --git a/docs/examples/navbar/index.html b/docs/examples/navbar/index.html index 9f42e3fbb..44c553c7b 100644 --- a/docs/examples/navbar/index.html +++ b/docs/examples/navbar/index.html @@ -20,9 +20,6 @@ - - - + + diff --git a/docs/examples/non-responsive/index.html b/docs/examples/non-responsive/index.html index 99ccb5b4c..d17cdd849 100644 --- a/docs/examples/non-responsive/index.html +++ b/docs/examples/non-responsive/index.html @@ -22,9 +22,6 @@ - - - + + diff --git a/docs/examples/offcanvas/index.html b/docs/examples/offcanvas/index.html index a250b402d..64b56c52f 100644 --- a/docs/examples/offcanvas/index.html +++ b/docs/examples/offcanvas/index.html @@ -20,9 +20,6 @@ - - - + + + + diff --git a/docs/examples/signin/index.html b/docs/examples/signin/index.html index f25bedad7..c08f80f0b 100644 --- a/docs/examples/signin/index.html +++ b/docs/examples/signin/index.html @@ -20,9 +20,6 @@ - - - - - + + diff --git a/docs/examples/starter-template/index.html b/docs/examples/starter-template/index.html index 717574b88..12d71f5b1 100644 --- a/docs/examples/starter-template/index.html +++ b/docs/examples/starter-template/index.html @@ -20,9 +20,6 @@ - - - + + diff --git a/docs/examples/sticky-footer-navbar/index.html b/docs/examples/sticky-footer-navbar/index.html index ae4afb074..102bb4a22 100644 --- a/docs/examples/sticky-footer-navbar/index.html +++ b/docs/examples/sticky-footer-navbar/index.html @@ -20,9 +20,6 @@ - - - + + diff --git a/docs/examples/sticky-footer/index.html b/docs/examples/sticky-footer/index.html index a248e032f..010e16d79 100644 --- a/docs/examples/sticky-footer/index.html +++ b/docs/examples/sticky-footer/index.html @@ -20,9 +20,6 @@ - - - - + + diff --git a/docs/examples/theme/index.html b/docs/examples/theme/index.html index d2a1615eb..af5620e9d 100644 --- a/docs/examples/theme/index.html +++ b/docs/examples/theme/index.html @@ -22,9 +22,6 @@ - - - + diff --git a/docs/examples/tooltip-viewport/index.html b/docs/examples/tooltip-viewport/index.html index ddeb70774..4a0c5e1da 100644 --- a/docs/examples/tooltip-viewport/index.html +++ b/docs/examples/tooltip-viewport/index.html @@ -20,9 +20,6 @@ - - - + + + +