From d72768a16abe811d987f2a38f980329260686114 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 9 Oct 2013 15:09:50 -0700 Subject: use CDN for html5shiv instead of vendoring it; fixes part of #10989 --- examples/carousel/index.html | 2 +- examples/grid/index.html | 2 +- examples/jumbotron-narrow/index.html | 2 +- examples/jumbotron/index.html | 2 +- examples/justified-nav/index.html | 2 +- examples/navbar-fixed-top/index.html | 2 +- examples/navbar-static-top/index.html | 2 +- examples/navbar/index.html | 2 +- examples/non-responsive/index.html | 2 +- examples/offcanvas/index.html | 2 +- examples/signin/index.html | 2 +- examples/starter-template/index.html | 2 +- examples/sticky-footer-navbar/index.html | 2 +- examples/sticky-footer/index.html | 2 +- examples/theme/index.html | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) (limited to 'examples') diff --git a/examples/carousel/index.html b/examples/carousel/index.html index a57cab745..0815b2d4c 100644 --- a/examples/carousel/index.html +++ b/examples/carousel/index.html @@ -15,7 +15,7 @@ diff --git a/examples/grid/index.html b/examples/grid/index.html index 0e90504f8..c63f70b63 100644 --- a/examples/grid/index.html +++ b/examples/grid/index.html @@ -18,7 +18,7 @@ diff --git a/examples/jumbotron-narrow/index.html b/examples/jumbotron-narrow/index.html index 02998bb1f..31872bf6f 100644 --- a/examples/jumbotron-narrow/index.html +++ b/examples/jumbotron-narrow/index.html @@ -18,7 +18,7 @@ diff --git a/examples/jumbotron/index.html b/examples/jumbotron/index.html index d96ecab95..88cffadc5 100644 --- a/examples/jumbotron/index.html +++ b/examples/jumbotron/index.html @@ -18,7 +18,7 @@ diff --git a/examples/justified-nav/index.html b/examples/justified-nav/index.html index e8d08dd86..3c02d8fc0 100644 --- a/examples/justified-nav/index.html +++ b/examples/justified-nav/index.html @@ -18,7 +18,7 @@ diff --git a/examples/navbar-fixed-top/index.html b/examples/navbar-fixed-top/index.html index 65e9ec585..49bedd6c8 100644 --- a/examples/navbar-fixed-top/index.html +++ b/examples/navbar-fixed-top/index.html @@ -18,7 +18,7 @@ diff --git a/examples/navbar-static-top/index.html b/examples/navbar-static-top/index.html index 457885006..0ac010576 100644 --- a/examples/navbar-static-top/index.html +++ b/examples/navbar-static-top/index.html @@ -18,7 +18,7 @@ diff --git a/examples/navbar/index.html b/examples/navbar/index.html index ce5c90c3f..94a25a748 100644 --- a/examples/navbar/index.html +++ b/examples/navbar/index.html @@ -18,7 +18,7 @@ diff --git a/examples/non-responsive/index.html b/examples/non-responsive/index.html index 2aa5c4f57..d0a460aca 100644 --- a/examples/non-responsive/index.html +++ b/examples/non-responsive/index.html @@ -20,7 +20,7 @@ diff --git a/examples/offcanvas/index.html b/examples/offcanvas/index.html index c8e6a793a..14d05e04c 100644 --- a/examples/offcanvas/index.html +++ b/examples/offcanvas/index.html @@ -18,7 +18,7 @@ diff --git a/examples/signin/index.html b/examples/signin/index.html index 45cb8db57..fb36aaf9b 100644 --- a/examples/signin/index.html +++ b/examples/signin/index.html @@ -18,7 +18,7 @@ diff --git a/examples/starter-template/index.html b/examples/starter-template/index.html index 1efa511bb..090d48e6b 100644 --- a/examples/starter-template/index.html +++ b/examples/starter-template/index.html @@ -18,7 +18,7 @@ diff --git a/examples/sticky-footer-navbar/index.html b/examples/sticky-footer-navbar/index.html index 591e4a8bb..05388c365 100644 --- a/examples/sticky-footer-navbar/index.html +++ b/examples/sticky-footer-navbar/index.html @@ -18,7 +18,7 @@ diff --git a/examples/sticky-footer/index.html b/examples/sticky-footer/index.html index 1243c1cbc..8e14adee2 100644 --- a/examples/sticky-footer/index.html +++ b/examples/sticky-footer/index.html @@ -18,7 +18,7 @@ diff --git a/examples/theme/index.html b/examples/theme/index.html index 0ca5a2fc4..a50b707e0 100644 --- a/examples/theme/index.html +++ b/examples/theme/index.html @@ -20,7 +20,7 @@ -- cgit v1.2.3 From 5e652332d1d5b5c3c5e86da0938d571795ce6161 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 9 Oct 2013 15:21:03 -0700 Subject: use CDN for jQuery instead of vendoring it; fixes part of #10989 --- examples/carousel/index.html | 2 +- examples/jumbotron/index.html | 2 +- examples/navbar-fixed-top/index.html | 2 +- examples/navbar-static-top/index.html | 2 +- examples/navbar/index.html | 2 +- examples/non-responsive/index.html | 2 +- examples/offcanvas/index.html | 2 +- examples/starter-template/index.html | 2 +- examples/sticky-footer-navbar/index.html | 2 +- examples/theme/index.html | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to 'examples') diff --git a/examples/carousel/index.html b/examples/carousel/index.html index 0815b2d4c..df12d5cef 100644 --- a/examples/carousel/index.html +++ b/examples/carousel/index.html @@ -195,7 +195,7 @@ - + diff --git a/examples/jumbotron/index.html b/examples/jumbotron/index.html index 88cffadc5..7a0e7d928 100644 --- a/examples/jumbotron/index.html +++ b/examples/jumbotron/index.html @@ -89,7 +89,7 @@ - + diff --git a/examples/navbar-fixed-top/index.html b/examples/navbar-fixed-top/index.html index 49bedd6c8..39d3bdf8e 100644 --- a/examples/navbar-fixed-top/index.html +++ b/examples/navbar-fixed-top/index.html @@ -81,7 +81,7 @@ - + diff --git a/examples/navbar-static-top/index.html b/examples/navbar-static-top/index.html index 0ac010576..caaa72190 100644 --- a/examples/navbar-static-top/index.html +++ b/examples/navbar-static-top/index.html @@ -82,7 +82,7 @@ - + diff --git a/examples/navbar/index.html b/examples/navbar/index.html index 94a25a748..5b6a80237 100644 --- a/examples/navbar/index.html +++ b/examples/navbar/index.html @@ -78,7 +78,7 @@ - + diff --git a/examples/non-responsive/index.html b/examples/non-responsive/index.html index d0a460aca..a8828c328 100644 --- a/examples/non-responsive/index.html +++ b/examples/non-responsive/index.html @@ -91,7 +91,7 @@ - + diff --git a/examples/offcanvas/index.html b/examples/offcanvas/index.html index 14d05e04c..803644859 100644 --- a/examples/offcanvas/index.html +++ b/examples/offcanvas/index.html @@ -119,7 +119,7 @@ - + diff --git a/examples/starter-template/index.html b/examples/starter-template/index.html index 090d48e6b..64e9e0471 100644 --- a/examples/starter-template/index.html +++ b/examples/starter-template/index.html @@ -58,7 +58,7 @@ - + diff --git a/examples/sticky-footer-navbar/index.html b/examples/sticky-footer-navbar/index.html index 05388c365..385d76054 100644 --- a/examples/sticky-footer-navbar/index.html +++ b/examples/sticky-footer-navbar/index.html @@ -81,7 +81,7 @@ - + diff --git a/examples/theme/index.html b/examples/theme/index.html index a50b707e0..d0a2e425c 100644 --- a/examples/theme/index.html +++ b/examples/theme/index.html @@ -347,7 +347,7 @@ - + -- cgit v1.2.3