Skip to content

Commit

Permalink
Fix mediaLesson overlay when navigating back (not used anymore in 3.12)
Browse files Browse the repository at this point in the history
  • Loading branch information
torinfo committed Feb 15, 2023
1 parent f571dfc commit 71964e5
Showing 1 changed file with 5 additions and 3 deletions.
Expand Up @@ -481,9 +481,11 @@
$infoHolder.find(".closeTxt a").add($contentCover).on("click", function() {
$infoHolder.accordion("option", "active", false);
});

$contentCover.show();


if ($infoHolder.accordion("option", "active") !== false) {
$contentCover.show();
}

} else {
// no introduction text - remove accordion
$("#infoHolder").remove();
Expand Down

0 comments on commit 71964e5

Please sign in to comment.