From 39dda02650eb501259f8537803756054284506ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B1=E5=8D=9A=E4=BA=9E?= Date: Fri, 21 Jan 2022 16:50:50 +0800 Subject: [PATCH] fix error --- modules/ad_banner/_ad_banner_widget2_video.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ad_banner/_ad_banner_widget2_video.html.erb b/modules/ad_banner/_ad_banner_widget2_video.html.erb index b679956..95ec2a7 100644 --- a/modules/ad_banner/_ad_banner_widget2_video.html.erb +++ b/modules/ad_banner/_ad_banner_widget2_video.html.erb @@ -46,9 +46,9 @@ }else{ var audio_div; if ($self.hasClass('have-audio')){ - audio_div = $('
'); + audio_div = $(''); }else{ - audio_div = $('
'); + audio_div = $(''); } audio_div.click(function(event) { var currentTime = new Date(); @@ -249,7 +249,7 @@ if (typeof onYouTubeIframeAPIReady !== 'function'){ top: 50%; } } - .jarallax-video-audio:hover{ + .jarallax-video-audio:hover,.jarallax-video-audio:focus{ color: #FFC500; transition: all 0.6s ease; }