From f380c86655184100d9ee6e3c7f0a60285fd60a54 Mon Sep 17 00:00:00 2001 From: Myriam Delaruelle <myriam.delaruelle@univ-lorraine.fr> Date: Thu, 7 Sep 2023 15:17:01 +0200 Subject: [PATCH] fix hidden restriction on modules --- format.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/format.js b/format.js index 047ad7a..c6b7afb 100644 --- a/format.js +++ b/format.js @@ -73,7 +73,7 @@ M.course.format.process_sections = function(Y, sectionlist, response, sectionfro }; (function () { - $(".description-inner").each(function(index){ + $(".iena-description .description-inner").each(function(index){ if(parseInt($( this ).css('height'))<=144){ $(this).parent().next().hide(); } -- GitLab