From 7947cbdb58fa310b3a28449fdd549f5c3468bf91 Mon Sep 17 00:00:00 2001 From: rulingcom Date: Mon, 15 Nov 2021 09:31:40 +0000 Subject: [PATCH] update template --- assets/stylesheets/template/template.scss | 1 + modules/ad_banner/_ad_banner_widget2_video.html.erb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/stylesheets/template/template.scss b/assets/stylesheets/template/template.scss index f7c506a..f7ea2f6 100644 --- a/assets/stylesheets/template/template.scss +++ b/assets/stylesheets/template/template.scss @@ -218,6 +218,7 @@ div#layout-navigation { .widget-announcement-10 h3 span { background: #6ec5db; border-radius: 10px; + behavior: url("/assets/ie_support/PIE2/PIE.htc"); color: #fff; display: block; padding: 3px 5px; diff --git a/modules/ad_banner/_ad_banner_widget2_video.html.erb b/modules/ad_banner/_ad_banner_widget2_video.html.erb index a9ed01e..b679956 100644 --- a/modules/ad_banner/_ad_banner_widget2_video.html.erb +++ b/modules/ad_banner/_ad_banner_widget2_video.html.erb @@ -42,7 +42,7 @@ var $self = $(ele); var button_container = $self.parents('.ba-banner-widget-youtube').eq(0); if (is_stop){ - $self.find('.jarallax-video-audio').remove(); + button_container.find('.jarallax-video-audio').remove(); }else{ var audio_div; if ($self.hasClass('have-audio')){