fix error

This commit is contained in:
邱博亞 2021-11-15 15:05:14 +08:00
parent a9d252a1ec
commit bba25f596c
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
ad_banners_count++; ad_banners_count++;
}) })
if (typeof onYouTubeIframeAPIReady !== 'function'){ if (typeof onYouTubeIframeAPIReady !== 'function'){
$(document).on('touchstart',".jarallax-video-audio",function(event){ $(document).delegate(".jarallax-video-audio",'touchstart,click',function(){
$(this).trigger('click'); $(this).trigger('click');
}); });
if(window.yt_players == undefined) if(window.yt_players == undefined)