ad37483f47
After Bootstrap 5 upgrade, when expanding/collapsing sections in course index and move content modal using the chevrons, the Bootstrap collapse event will occur before the courseindex logic (In BS4 if was the opposite and the BS collapse event was triggered after). This commit fixes that specific problem.