From a1185aba7771d98ea469d3b761cb0b0d950d92ed Mon Sep 17 00:00:00 2001 From: Kumi Date: Mon, 23 Sep 2024 09:25:18 +0200 Subject: [PATCH] fix: correct section class for consistency Updated class selector from '.section' to '.course-section' to ensure consistency with the rest of the codebase and avoid potential conflicts or mismatches. This change helps in maintaining uniformity and readability in the script. --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index 2a5c59b..5efa2db 100644 --- a/script.js +++ b/script.js @@ -212,7 +212,7 @@ ); }); - var sections = $('.section'); + var sections = $('.course-section'); var found = false; sections.each(function (index) {