1
1
/* TODO: cHANGE THIS FILE ENTIRELY!!! CHANGE CALLED ID'S AND CLASSES */
8
3
/* Functions that run when the page loads */
9
4
$(document).ready(function() {
10
6
/* Secures that the dropdownmenus are not shown on pageload */
11
8
$('#dropdownCodeviewerMenu').hide();
14
32
/* Check courses in expanded menu */
15
33
$('li.dropdownMenuCourseBlockNonActiveCourse').click(function(){
16
34
$('li.dropdownMenuCourseBlockActiveCourse').addClass('dropdownMenuCourseBlockNonActiveCourse');