Skip to content
Snippets Groups Projects
Commit a25cddba authored by Ron Lucke's avatar Ron Lucke
Browse files

fix #3564

Closes #3564

Merge request studip/studip!2447
parent 1728bc51
No related branches found
No related tags found
No related merge requests found
...@@ -106,4 +106,10 @@ STUDIP.domReady(() => { ...@@ -106,4 +106,10 @@ STUDIP.domReady(() => {
return mountApp(STUDIP, createApp, '#courseware-comments-app'); return mountApp(STUDIP, createApp, '#courseware-comments-app');
}); });
} }
if (document.getElementById('contents-courseware-courses_overview')) {
Promise.all([
STUDIP.loadChunk('courseware')
]);
}
}); });
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment