Merge pull request #122 from lbryio/fix-mediaelement-import
Import MediaElement with <script> tag
This commit is contained in:
commit
536b8d83dc
2 changed files with 2 additions and 2 deletions
2
dist/index.html
vendored
2
dist/index.html
vendored
|
@ -20,6 +20,8 @@
|
|||
</head>
|
||||
<body>
|
||||
<div id="canvas"></div>
|
||||
<script src="./js/mediaelement/jquery.js"></script>
|
||||
<script src="./js/mediaelement/mediaelement-and-player.min.js"></script>
|
||||
<script src="./js/bundle.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
import React from 'react';
|
||||
import lbry from '../lbry.js';
|
||||
import LoadScreen from '../component/load_screen.js'
|
||||
import MediaElementPlayer from 'mediaelement';
|
||||
|
||||
|
||||
var WatchPage = React.createClass({
|
||||
propTypes: {
|
||||
|
|
Loading…
Reference in a new issue