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

Last menu bar layout improvement and download button review

This commit is contained in:
daniel 2020-04-17 00:50:19 -03:00
parent bde347fff3
commit 91e86a454f
7 changed files with 42 additions and 19 deletions

View file

@ -171,7 +171,11 @@ $(document).ready(function () {
$('[data-toggle="popover"]').popover();
$('[data-toggle="tooltip"]').tooltip({container: 'body'});
$('[data-toggle="tooltip"]').on('click', function () {
var t = this;
setTimeout(function(){$(t).tooltip('hide');}, 2000);
});
$(".thumbsImage").on("mouseenter", function () {
gifId = $(this).find(".thumbsGIF").attr('id');
$(".thumbsGIF").fadeOut();