diff --git a/modules/ad_banner/_ad_banner_widget2_video.html.erb b/modules/ad_banner/_ad_banner_widget2_video.html.erb index 83e621f..3bb5774 100644 --- a/modules/ad_banner/_ad_banner_widget2_video.html.erb +++ b/modules/ad_banner/_ad_banner_widget2_video.html.erb @@ -94,7 +94,7 @@ }) if (typeof onYouTubeIframeAPIReady !== 'function'){ $(document).ready(function() { - $(document).delegate(".jarallax-video-audio",'touchstart,click',function(){ + $(document).delegate(".jarallax-video-audio",'touchstart click',function(){ $(this).trigger('click'); }); });