From ccbf1ae6ba9c39eeca18315db2cc620b81a51fe1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B1=E5=8D=9A=E4=BA=9E?= Date: Mon, 15 Nov 2021 13:25:31 +0800 Subject: [PATCH] fix error --- modules/ad_banner/_ad_banner_widget2_video.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ad_banner/_ad_banner_widget2_video.html.erb b/modules/ad_banner/_ad_banner_widget2_video.html.erb index 56bebe8..0e4ebc8 100644 --- a/modules/ad_banner/_ad_banner_widget2_video.html.erb +++ b/modules/ad_banner/_ad_banner_widget2_video.html.erb @@ -44,9 +44,9 @@ }else{ var audio_div; if ($self.hasClass('have-audio')){ - audio_div = $('
'); + audio_div = $(''); }else{ - audio_div = $('
'); + audio_div = $(''); } audio_div.click(function(event){ event.stopPropagation();