From abdf41f5f3ad682e57a60f662e7a6ed56b4e3e54 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 26 Jul 2015 00:25:00 +0300 Subject: Add a local jQuery fallback. Shouldn't really happen, but China for example has blocked Google so this should help. --- docs/examples/blog/index.html | 1 + docs/examples/carousel/index.html | 1 + docs/examples/cover/index.html | 1 + docs/examples/dashboard/index.html | 1 + docs/examples/jumbotron/index.html | 1 + docs/examples/navbar-fixed-top/index.html | 1 + docs/examples/navbar-static-top/index.html | 1 + docs/examples/navbar/index.html | 1 + docs/examples/non-responsive/index.html | 1 + docs/examples/offcanvas/index.html | 3 +-- docs/examples/starter-template/index.html | 1 + docs/examples/sticky-footer-navbar/index.html | 1 + docs/examples/theme/index.html | 1 + docs/examples/tooltip-viewport/index.html | 3 +-- 14 files changed, 14 insertions(+), 4 deletions(-) (limited to 'docs/examples') diff --git a/docs/examples/blog/index.html b/docs/examples/blog/index.html index bc1f2466a..fdab9bc46 100644 --- a/docs/examples/blog/index.html +++ b/docs/examples/blog/index.html @@ -169,6 +169,7 @@ ================================================== --> + diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index 921c93b52..b5e95694c 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -207,6 +207,7 @@ ================================================== --> + diff --git a/docs/examples/cover/index.html b/docs/examples/cover/index.html index f8b0591b1..5f740d1bc 100644 --- a/docs/examples/cover/index.html +++ b/docs/examples/cover/index.html @@ -73,6 +73,7 @@ ================================================== --> + diff --git a/docs/examples/dashboard/index.html b/docs/examples/dashboard/index.html index d6c08db3a..513d28f4d 100644 --- a/docs/examples/dashboard/index.html +++ b/docs/examples/dashboard/index.html @@ -239,6 +239,7 @@ ================================================== --> + diff --git a/docs/examples/jumbotron/index.html b/docs/examples/jumbotron/index.html index c8e1ce140..c6cb4b1aa 100644 --- a/docs/examples/jumbotron/index.html +++ b/docs/examples/jumbotron/index.html @@ -96,6 +96,7 @@ ================================================== --> + diff --git a/docs/examples/navbar-fixed-top/index.html b/docs/examples/navbar-fixed-top/index.html index 2f331c7b9..ca9ca3df5 100644 --- a/docs/examples/navbar-fixed-top/index.html +++ b/docs/examples/navbar-fixed-top/index.html @@ -88,6 +88,7 @@ ================================================== --> + diff --git a/docs/examples/navbar-static-top/index.html b/docs/examples/navbar-static-top/index.html index 641c68336..dc2e39929 100644 --- a/docs/examples/navbar-static-top/index.html +++ b/docs/examples/navbar-static-top/index.html @@ -89,6 +89,7 @@ ================================================== --> + diff --git a/docs/examples/navbar/index.html b/docs/examples/navbar/index.html index 39a43d137..e396be315 100644 --- a/docs/examples/navbar/index.html +++ b/docs/examples/navbar/index.html @@ -87,6 +87,7 @@ ================================================== --> + diff --git a/docs/examples/non-responsive/index.html b/docs/examples/non-responsive/index.html index e27e6a496..608dc369e 100644 --- a/docs/examples/non-responsive/index.html +++ b/docs/examples/non-responsive/index.html @@ -104,6 +104,7 @@ ================================================== --> + diff --git a/docs/examples/offcanvas/index.html b/docs/examples/offcanvas/index.html index 70103bfdd..69d04694f 100644 --- a/docs/examples/offcanvas/index.html +++ b/docs/examples/offcanvas/index.html @@ -125,11 +125,10 @@ ================================================== --> + - - diff --git a/docs/examples/starter-template/index.html b/docs/examples/starter-template/index.html index eb3b094a9..8246a9726 100644 --- a/docs/examples/starter-template/index.html +++ b/docs/examples/starter-template/index.html @@ -65,6 +65,7 @@ ================================================== --> + diff --git a/docs/examples/sticky-footer-navbar/index.html b/docs/examples/sticky-footer-navbar/index.html index 58dafbb1f..07f9c8440 100644 --- a/docs/examples/sticky-footer-navbar/index.html +++ b/docs/examples/sticky-footer-navbar/index.html @@ -84,6 +84,7 @@ ================================================== --> + diff --git a/docs/examples/theme/index.html b/docs/examples/theme/index.html index 9a7955466..0d9bcdadd 100644 --- a/docs/examples/theme/index.html +++ b/docs/examples/theme/index.html @@ -633,6 +633,7 @@ ================================================== --> + diff --git a/docs/examples/tooltip-viewport/index.html b/docs/examples/tooltip-viewport/index.html index 13b360316..5fcd00f4c 100644 --- a/docs/examples/tooltip-viewport/index.html +++ b/docs/examples/tooltip-viewport/index.html @@ -50,11 +50,10 @@ ================================================== --> + - - -- cgit v1.2.3 From 079c35f6134e0af2d0e00fe45f0fcc8ccc0cb884 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 4 Aug 2015 20:31:09 -0700 Subject: replace holder.js references in dashboard example with placeholder gif. fixes #16699 --- docs/examples/dashboard/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/examples') diff --git a/docs/examples/dashboard/index.html b/docs/examples/dashboard/index.html index 513d28f4d..e6c10d6a4 100644 --- a/docs/examples/dashboard/index.html +++ b/docs/examples/dashboard/index.html @@ -82,22 +82,22 @@
- Generic placeholder thumbnail + Generic placeholder thumbnail

Label

Something else
- Generic placeholder thumbnail + Generic placeholder thumbnail

Label

Something else
- Generic placeholder thumbnail + Generic placeholder thumbnail

Label

Something else
- Generic placeholder thumbnail + Generic placeholder thumbnail

Label

Something else
-- cgit v1.2.3