1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00

Making ready Wallet plugin

This commit is contained in:
daniel 2018-04-08 14:58:31 -03:00
parent e4db02cd49
commit d88bd01dc5
39 changed files with 2509 additions and 1640 deletions

View file

@ -1,5 +1,5 @@
// Extend default
if(typeof player == 'undefined'){player = videojs('mainVideo');}
if(typeof player == 'undefined'){player = videojs(videoJsId);}
var Button = videojs.getComponent('Button');
var nextButton = videojs.extend(Button, {
//constructor: function(player, options) {