diff options
author | Jesús <heckyel@hyperbola.info> | 2018-10-15 16:11:12 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-10-15 16:11:12 -0500 |
commit | 52706589b1014bbbc5c97c1da9a880bf1bb2d5be (patch) | |
tree | cd9fad8a659b66c66e42299334fc057127c81386 /embed/index.php | |
parent | ebfe0198e8dc7cead60fbff44aa053eb5c99a8fc (diff) | |
download | ytlibre-52706589b1014bbbc5c97c1da9a880bf1bb2d5be.tar.lz ytlibre-52706589b1014bbbc5c97c1da9a880bf1bb2d5be.tar.xz ytlibre-52706589b1014bbbc5c97c1da9a880bf1bb2d5be.zip |
Remove JQuery, LibreVideoJS is replace for plyr.
Diffstat (limited to 'embed/index.php')
-rw-r--r-- | embed/index.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/embed/index.php b/embed/index.php index 38f9a68..d0e3691 100644 --- a/embed/index.php +++ b/embed/index.php @@ -29,13 +29,12 @@ if (empty($_GET['link'])){ /* ---- ---- CSS ---- ---- */ $video_decode->assign('styles', array('frond' => '../templates/css/frond.min.css', 'normalize' => '../templates/css/normalize.css', - 'teal' => '../templates/libs/librevideojs/css/teal.css', + 'plyr' => '../templates/libs/plyr/plyr.css', 'salida' => '../templates/css/salida.min.css') ); /* ---- ---- JS ---- ---- */ - $video_decode->assign('javascript', array('librevideojs' => '../templates/libs/librevideojs/js/cliplibrejs.developer.js', - 'jquery' => '../templates/libs/jquery/dist/jquery.min.js') + $video_decode->assign('javascript', array('plyr' => '../templates/libs/plyr/plyr.js') ); $video_decode->display('../templates/embed.tpl'); |