From a489933ae597e0aac53958d6f34c7a1d62c9946d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Wed, 14 Nov 2018 10:38:56 -0500 Subject: update license of plyr --- index.php | 2 +- templates/librejs.html | 7 ++++++- templates/video.tpl | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index 2a1826f..691e5ed 100644 --- a/index.php +++ b/index.php @@ -41,7 +41,7 @@ if (empty($_GET['link'])){ ); /* ---- ---- JS ---- ---- */ - $video_decode->assign('javascript', array('plyr' => 'templates/libs/plyr/plyr.js') + $video_decode->assign('javascript', array('plyr' => 'templates/libs/plyr/plyr.min.js') ); /* ---- ---- Embed ---- ---- */ diff --git a/templates/librejs.html b/templates/librejs.html index 91a8e78..93e0e3c 100644 --- a/templates/librejs.html +++ b/templates/librejs.html @@ -9,10 +9,15 @@ + + + + + - +
plyr.min.jsExpatplyr.tar.gz
plyr.js Expatplyr.tar.gzplyr.tar.gz
diff --git a/templates/video.tpl b/templates/video.tpl index 38e9149..f2527f1 100644 --- a/templates/video.tpl +++ b/templates/video.tpl @@ -113,6 +113,6 @@

- + -- cgit v1.2.3