fix error
This commit is contained in:
parent
a9d252a1ec
commit
bba25f596c
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue