aboutsummaryrefslogtreecommitdiff
path: root/resources/assets/javascripts/bootstrap/course_wizard.js
blob: ab4fcaa8318179ea5990c0b294e26f18cf79788d (plain)
1
2
3
4
5
STUDIP.domReady(function() {
    if ($('.sem-tree-assigned-root > ul > li').length == 0) {
        $('.sem-tree-assigned-root').addClass('hidden-js');
    }
});