diff --git a/modules/ad_banner/_ad_banner_widget2_video.html.erb b/modules/ad_banner/_ad_banner_widget2_video.html.erb index 0e4ebc8..f58df85 100644 --- a/modules/ad_banner/_ad_banner_widget2_video.html.erb +++ b/modules/ad_banner/_ad_banner_widget2_video.html.erb @@ -48,7 +48,7 @@ }else{ audio_div = $(''); } - audio_div.click(function(event){ + audio_div.on('click touchstart',function(event){ event.stopPropagation(); var $video = $self.find('video'); if ($self.hasClass('have-audio')){