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
7
$('#dropdownCodeviewerMenu').hide();
14
10
/* Check courses in expanded menu */
15
11
$('li.dropdownMenuCourseBlockNonActiveCourse').click(function(){