Skip to content

Commit

Permalink
Update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapmarcus authored and digitas-git committed Jul 29, 2023
1 parent 2b9574d commit c1268ab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions demo/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ for (var i = 0; i < sourcesTotal; i++) {
if (sourcesSelector[i].querySelector('option[value$=".ogg"]')) {
sourcesSelector[i].querySelector('option[value$=".ogg"]').disabled = true;
}
if (sourcesSelector[i].querySelector('option[value$=".flv"]')) {
sourcesSelector[i].querySelector('option[value*=".flv"]').disabled = true;
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion demo/demo.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h1>MediaElement.js</h1>
<h2><em>audio/video</em> unification library</h2>

<p><em>MediaElement</em> is a wrapper that mimics the native HTML5 MediaElement syntax (get/set) as a renderer that
can handle media from HTML5, YouTube, Vimeo, Soundcloud, Flash, Facebook, and other libraries.</p>
can handle media from HTML5, YouTube, Vimeo, Soundcloud, Facebook, and other libraries.</p>

<p><em>MediaElementPlayer</em> is built off of MediaElement and creates a fully featured player on top of the
unified syntax from MediaElement.</p>
Expand Down

0 comments on commit c1268ab

Please sign in to comment.