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/non-responsive/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/non-responsive/index.html') 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 @@ -- 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/non-responsive/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/non-responsive/index.html') 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 @@ - + -- cgit v1.2.3 From 4b175d908cdbe923cfb2509bd5549509c300a71e Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 10 Oct 2013 01:51:09 -0700 Subject: use https:// for CDN links - works when viewing page via file:// - sets a good example security-wise --- examples/non-responsive/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/non-responsive/index.html') diff --git a/examples/non-responsive/index.html b/examples/non-responsive/index.html index a8828c328..6db2d0bb5 100644 --- a/examples/non-responsive/index.html +++ b/examples/non-responsive/index.html @@ -20,7 +20,7 @@ @@ -91,7 +91,7 @@ - + -- cgit v1.2.3