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.
This commit is contained in:
Kumi 2024-09-23 09:25:18 +02:00
parent 1abae9bd7a
commit a1185aba77
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -212,7 +212,7 @@
);
});
var sections = $('.section');
var sections = $('.course-section');
var found = false;
sections.each(function (index) {