Extend bilinguality to VC subpages

This commit is contained in:
Linux User 2021-03-23 09:45:30 +01:00
parent 92c3c9b3b5
commit c0042c4b24

View File

@ -60,6 +60,9 @@ function initializeElements() {
});
sectionList = Array.from(document.querySelectorAll('.topics .section.main'));
contentArea = document.querySelector('.course-content');
if (!contentArea) {
contentArea = document.getElementById('region-main');
}
}
/**