From 0d5a86cdec9a03450f32d3df078d3bb068b4f2f3 Mon Sep 17 00:00:00 2001 From: Daniel Barreto Date: Fri, 21 Nov 2014 17:24:22 -0500 Subject: [PATCH] Fix show hide course progress details - refs CT#7418 --- main/course_home/course_home.php | 2 ++ main/inc/introductionSection.inc.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/main/course_home/course_home.php b/main/course_home/course_home.php index 89f6b41364..95758dd2bf 100755 --- a/main/course_home/course_home.php +++ b/main/course_home/course_home.php @@ -55,10 +55,12 @@ $(document).ready(function(){ $("#thematic-show").click(function(){ $(".btn-hide-thematic").hide(); $(".btn-show-thematic").show(); //show using class + $("#pross").fadeToggle(); //Not working collapse for Chrome }); $("#thematic-hide").click(function(){ $(".btn-show-thematic").hide(); //show using class $(".btn-hide-thematic").show(); + $("#pross").fadeToggle(); //Not working collapse for Chrome }); }); diff --git a/main/inc/introductionSection.inc.php b/main/inc/introductionSection.inc.php index c8e8968a28..c19d3c97af 100755 --- a/main/inc/introductionSection.inc.php +++ b/main/inc/introductionSection.inc.php @@ -268,7 +268,7 @@ if ($tool == TOOL_COURSE_HOMEPAGE && !isset($_GET['intro_cmdEdit'])) { '; $thematic_description_html .= - '
+ '