From a3dc2402f77ec7a82f68cc78453d13af16a7f945 Mon Sep 17 00:00:00 2001 From: pateljannat Date: Tue, 28 Sep 2021 11:16:42 +0530 Subject: [PATCH] fix: semicolon --- community/lms/widgets/ChapterTeaser.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/lms/widgets/ChapterTeaser.html b/community/lms/widgets/ChapterTeaser.html index 5225d78e..a26f861c 100644 --- a/community/lms/widgets/ChapterTeaser.html +++ b/community/lms/widgets/ChapterTeaser.html @@ -70,7 +70,7 @@ rotate_chapter_icon(e); }); - }) + }); var expand_the_first_chapter = () => { var elements = $(".course-outline .collapse");