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:
parent
e4db02cd49
commit
d88bd01dc5
39 changed files with 2509 additions and 1640 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue