@@ -95,13 +97,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.1.14/sprite.svg"); + })(document, "https://cdn.plyr.io/1.2.0/sprite.svg"); - + - + -- cgit v1.2.3 From 20ee77a55e1311990f1b9bfb463a0ea0f76d1fdd Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Mon, 20 Jul 2015 23:03:24 +1000 Subject: Docs tweak --- docs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index f64792fc..4a593973 100644 --- a/docs/index.html +++ b/docs/index.html @@ -11,7 +11,7 @@ - +
@@ -92,7 +92,7 @@ a.send(); a.onload = function(){ var c = d.createElement("div"); - c.style.display="none"; + c.setAttribute("hidden", ""); c.innerHTML = a.responseText; b.insertBefore(c, b.childNodes[0]); } -- cgit v1.2.3 From 5dc0d8430019700fa77b7a163a8ce788858b9502 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Tue, 21 Jul 2015 08:51:44 +1000 Subject: Version bump --- docs/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 4a593973..6dec73e6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,10 +8,10 @@ - + - +
@@ -97,13 +97,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.2.0/sprite.svg"); + })(document, "https://cdn.plyr.io/1.2.1/sprite.svg"); - + - + -- cgit v1.2.3 From 8ba4522b3e19d2da09f565d82dc422d5d1d44cc2 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Wed, 22 Jul 2015 11:36:24 +1000 Subject: Docs --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 6dec73e6..a826e287 100644 --- a/docs/index.html +++ b/docs/index.html @@ -11,7 +11,7 @@ - +
-- cgit v1.2.3 From df64fdac9eeac9515c16a21af39dbdd3163bb05c Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sat, 25 Jul 2015 18:30:47 +1000 Subject: Tab focus and caption position fixes (fixes #61, fixes #92) --- docs/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index a826e287..d3695501 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,10 +8,10 @@ - + - +
@@ -97,13 +97,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.2.1/sprite.svg"); + })(document, "https://cdn.plyr.io/1.2.2/sprite.svg"); - + - + -- cgit v1.2.3 From e9cdbfb8da156ded3b11ca1a3e5bd29104ee565a Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sat, 25 Jul 2015 19:51:32 +1000 Subject: Safari fix (fixes #96), YouTube tweaks, docs --- docs/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index d3695501..6a555dc5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,10 +8,10 @@ - + - +
@@ -97,13 +97,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.2.2/sprite.svg"); + })(document, "https://cdn.plyr.io/1.2.3/sprite.svg"); - + - + -- cgit v1.2.3 From 06641d570917faf095bfb77510c1f87f1cdc036c Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sat, 25 Jul 2015 20:29:54 +1000 Subject: Docs --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 6a555dc5..448f3fd3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -11,7 +11,7 @@ - +
-- cgit v1.2.3 From e0cd34c9965575fddba863bb8c9a3126f6ac722b Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sat, 25 Jul 2015 20:45:11 +1000 Subject: Fix for omitted kind attribute on (fixes #88) --- docs/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 448f3fd3..ef727b04 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,10 +8,10 @@ - + - +
@@ -97,13 +97,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.2.3/sprite.svg"); + })(document, "https://cdn.plyr.io/1.2.4/sprite.svg"); - + - + -- cgit v1.2.3 From 06ed345f293aaf273e96b9f67cc25b07db43db4f Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sat, 25 Jul 2015 21:11:17 +1000 Subject: YouTube quality tweak --- docs/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index ef727b04..273b5bb4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,10 +8,10 @@ - + - +
@@ -97,13 +97,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.2.4/sprite.svg"); + })(document, "https://cdn.plyr.io/1.2.5/sprite.svg"); - + - + -- cgit v1.2.3 From fe1989dea10dbb8ad7c4bf358d88c00b3592996e Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sat, 25 Jul 2015 22:06:13 +1000 Subject: gulp --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 273b5bb4..5205c4f6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,7 +8,7 @@ - + -- cgit v1.2.3 From a9783481235d349d696025fff9edbf4622d8e467 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Tue, 28 Jul 2015 11:31:32 +1000 Subject: Version bump --- docs/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 5205c4f6..f22503d5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,10 +8,10 @@ - + - +
@@ -97,13 +97,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.2.5/sprite.svg"); + })(document, "https://cdn.plyr.io/1.2.6/sprite.svg"); - + - + -- cgit v1.2.3 From e7946189c6ef903f90d031a1ba4e543b5d9138bb Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sat, 8 Aug 2015 11:14:11 +1000 Subject: Icon updates --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index f22503d5..85de929d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,7 +8,7 @@ - + -- cgit v1.2.3 From 38a206892b4869782cd0391307c7610cfe580286 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sat, 8 Aug 2015 14:37:12 +1000 Subject: YouTube, Captions and Control improvements - Controls improvements (Fixes #103) - YouTube bug fixes (Fixes #105) - Internationalization support (Fixes #101) - Captions legibility improvements --- docs/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 85de929d..26ee75d1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,10 +8,10 @@ - + - +
@@ -97,13 +97,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.2.6/sprite.svg"); + })(document, "https://cdn.plyr.io/1.3.0/sprite.svg"); - + - + -- cgit v1.2.3 From f3c324038f0afca22097ae4c6c1ea5e1308616f0 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sat, 8 Aug 2015 15:16:42 +1000 Subject: ARIA improvements for caption reading --- docs/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 26ee75d1..f3de1baa 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,10 +8,10 @@ - + - +
@@ -97,13 +97,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.3.0/sprite.svg"); + })(document, "https://cdn.plyr.io/1.3.1/sprite.svg"); - + - + -- cgit v1.2.3 From f700d50dc8f1a45c9d010af3739047beff4f3859 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sat, 8 Aug 2015 21:01:06 +1000 Subject: Fix for voiceover --- docs/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index f3de1baa..75f08afd 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,10 +8,10 @@ - + - +
@@ -48,7 +48,7 @@ - + Download @@ -97,13 +97,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.3.1/sprite.svg"); + })(document, "https://cdn.plyr.io/1.3.2/sprite.svg"); - + - + -- cgit v1.2.3 From bf0c81b4845ac576b92f406cfeaa4da259b1d449 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sun, 9 Aug 2015 09:29:33 +1000 Subject: Docs --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 75f08afd..4bd2bd88 100644 --- a/docs/index.html +++ b/docs/index.html @@ -48,7 +48,7 @@ - + Download -- cgit v1.2.3 From 60c53a5894eed9eaaec1ed6b7cdbb00a577c5388 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Tue, 11 Aug 2015 22:38:06 +1000 Subject: Removed captions being read by screen readers --- docs/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 4bd2bd88..22248d97 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,10 +8,10 @@ - + - +
@@ -97,13 +97,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.3.2/sprite.svg"); + })(document, "https://cdn.plyr.io/1.3.3/sprite.svg"); - + - + -- cgit v1.2.3 From 9133247cdf35864981ecfeb421789f2b41b3b0c9 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Thu, 13 Aug 2015 21:34:17 +1000 Subject: Code cleanup --- docs/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 22248d97..a749a08a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,10 +8,10 @@ - + - +
@@ -97,13 +97,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.3.3/sprite.svg"); + })(document, "https://cdn.plyr.io/1.3.4/sprite.svg"); - + - + -- cgit v1.2.3 From 6543fc1e5bb8445f816b8206f6b36521dead6364 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Fri, 21 Aug 2015 21:36:15 +1000 Subject: Fixed bug with API use on basic supported browsers --- docs/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index a749a08a..d6171a78 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,10 +8,10 @@ - + - +
@@ -97,13 +97,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.3.4/sprite.svg"); + })(document, "https://cdn.plyr.io/1.3.5/sprite.svg"); - + - + -- cgit v1.2.3