mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
This commit is contained in:
parent
12225f5c27
commit
7da00039c2
3 changed files with 70 additions and 192 deletions
|
@ -2105,7 +2105,11 @@ async function setToolTips() {
|
|||
$(selector).not('.alreadyTooltip').on('click', function () {
|
||||
var t = this;
|
||||
setTimeout(function () {
|
||||
$(t).tooltip('hide');
|
||||
try {
|
||||
$(t).tooltip('hide');
|
||||
} catch (e) {
|
||||
|
||||
}
|
||||
}, 2000);
|
||||
});
|
||||
$(selector).addClass('alreadyTooltip');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue