mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
Fix tooltip position
This commit is contained in:
parent
647b68d9d3
commit
2ef4ba50a7
1 changed files with 1 additions and 1 deletions
|
@ -646,7 +646,7 @@ function showMuteTooltip() {
|
|||
}, 1500);
|
||||
setTimeout(function () {
|
||||
$('#mainVideo .vjs-volume-panel[data-toggle="tooltip"]').tooltip('hide');
|
||||
}, 2000);
|
||||
}, 5000);
|
||||
}
|
||||
|
||||
function playerPlayIfAutoPlay(currentTime) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue