mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
Disk Usage info
touch to activate the sound Filter plugins on plugins menu
This commit is contained in:
parent
79a3ef4c69
commit
a945aab467
6 changed files with 191 additions and 84 deletions
|
@ -571,8 +571,19 @@ function playerPlay(currentTime) {
|
|||
}
|
||||
});
|
||||
}
|
||||
$("#mainVideo .vjs-volume-panel").attr("data-toggle","tooltip");
|
||||
$("#mainVideo .vjs-volume-panel").attr("title","Click to activate the sound");
|
||||
$('#mainVideo .vjs-volume-panel[data-toggle="tooltip"]').tooltip('show');
|
||||
player.userActive(true);
|
||||
setTimeout(function () {
|
||||
player.userActive(true);
|
||||
}, 1000);
|
||||
setTimeout(function () {
|
||||
player.userActive(true);
|
||||
}, 1500);
|
||||
setTimeout(function () {
|
||||
$("#allowAutoplay").load(webSiteRootURL + "plugin/PlayerSkins/allowAutoplay/");
|
||||
player.userActive(true);
|
||||
}, 500);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue