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:
parent
1abae9bd7a
commit
a1185aba77
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
var sections = $('.section');
|
var sections = $('.course-section');
|
||||||
var found = false;
|
var found = false;
|
||||||
|
|
||||||
sections.each(function (index) {
|
sections.each(function (index) {
|
||||||
|
|
Loading…
Reference in a new issue