Skip to content

Commit

Permalink
https://github.com/WWBN/AVideo/issues/9176#issuecomment-2205786239
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Jul 3, 2024
1 parent 5dc38ff commit c680363
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions view/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit c680363

Please sign in to comment.