mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 10:49:36 +02:00
This commit is contained in:
parent
5dc38ffe6b
commit
c680363e26
1 changed files with 5 additions and 0 deletions
|
@ -485,6 +485,11 @@ function subscribeNotify(email, user_id) {
|
|||
|
||||
var _mouseEffectTimeout;
|
||||
async function mouseEffect() {
|
||||
if(isMobile()){
|
||||
$(".thumbsGIF").hide();
|
||||
// disable it on mobile
|
||||
return false;
|
||||
}
|
||||
//return false;
|
||||
clearTimeout(_mouseEffectTimeout);
|
||||
_mouseEffectTimeout = setTimeout(function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue