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 f962d19cc3..75fb572e0d 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 406b84cda8..6f0227da27 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 6395e48d21..8d24e80efa 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 42998f1e43..157ec42ff8 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 193fc74b47..d7e4fe7f09 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 5c6ec2b9c4..7c5efa6cf4 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 2dff5df9b5..81b1af734e 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 3bafd77c41..d85d11f960 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 c0f54e5a64..46e568ad2a 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 138d3c9bb5..fb7c5c63e6 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 99fa3ee939..85edc6ed47 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 33413fe514..0afe6f042c 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 9f42e3fbb0..44c553c7ba 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 99ccb5b4c9..d17cdd849b 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 a250b402df..64b56c52f6 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 f25bedad79..c08f80f0bc 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 717574b884..12d71f5b11 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 ae4afb074d..102bb4a22c 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 a248e032f2..010e16d791 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 d2a1615eb7..af5620e9d4 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 ddeb70774a..4a0c5e1daf 100644 --- a/docs/examples/tooltip-viewport/index.html +++ b/docs/examples/tooltip-viewport/index.html @@ -20,9 +20,6 @@ - - - + + + + -- 2.47.2