diff --git a/assets/js/plyr.js b/assets/js/plyr.js index 21727615..93f51863 100644 --- a/assets/js/plyr.js +++ b/assets/js/plyr.js @@ -6,6 +6,9 @@ // Credits: http://paypal.github.io/accessible-html5-video-player/ // ========================================================================== +// Replace browser sniff with feature detection +// http://diveintohtml5.info/everything.html + /*global ActiveXObject*/ (function (api) { diff --git a/docs/index.html b/index.html similarity index 75% rename from docs/index.html rename to index.html index 674cd42c..a447d8e6 100644 --- a/docs/index.html +++ b/index.html @@ -8,8 +8,8 @@ - - + +
@@ -21,7 +21,7 @@

Video

Using the native <video> element.

-