From 67594cb544e5b4b206558802318af4dbe77de1e0 Mon Sep 17 00:00:00 2001 From: Julian Thilo Date: Sat, 18 Jan 2014 22:58:05 +0100 Subject: Fix holder.js links in examples Replaces links to holder.js with links to the new docs.min.js. The uncompressed holder.js file is now in docs/assets/js/vendor, which is excluded from Jekyll builds. In turn, Holder is now included in docs.min.js, which is smaller than holder.js, so this should make everybody happy. :) --- docs/examples/carousel/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/carousel/index.html') diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index 3f53947b8..5d45a9ca2 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -201,6 +201,6 @@ - + -- cgit v1.2.3 From cf8f1ec0cdfa8f8fb07ed0aa85030584dcadc8cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Sun, 19 Jan 2014 13:27:17 +0100 Subject: Improve tags --- docs/examples/carousel/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/carousel/index.html') diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index 5d45a9ca2..6703edcb7 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -3,7 +3,7 @@ - + -- cgit v1.2.3 From 8939268a33957c3a8599881f6312ccbe00b5c5dd Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 30 Jan 2014 19:55:11 +0200 Subject: Update jQuery to v1.11.0. Also, use Google's CDN per #11369. --- docs/examples/carousel/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/carousel/index.html') diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index 6703edcb7..df92c1e01 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -199,7 +199,7 @@ - + -- cgit v1.2.3