1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00

Fix tooltip position

This commit is contained in:
DanielnetoDotCom 2020-10-21 15:50:48 -03:00
parent 647b68d9d3
commit 2ef4ba50a7

View file

@ -646,7 +646,7 @@ function showMuteTooltip() {
}, 1500);
setTimeout(function () {
$('#mainVideo .vjs-volume-panel[data-toggle="tooltip"]').tooltip('hide');
}, 2000);
}, 5000);
}
function playerPlayIfAutoPlay(currentTime) {