Skip to content
Snippets Groups Projects
Commit cde4c425 authored by Tobias Baden's avatar Tobias Baden
Browse files

Fixed typo in function name

parent ab74490d
Branches
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ define(['jquery'], function ($) {
$('.list-group-item[data-parent-key=' + nodename + ']').attr("data-collapse", "0");
}
function openSemesterFromSelectecCourse() {
function openSemesterFromSelectedCourse() {
var url_string = new URL(window.location.href);
var id = url_string.searchParams.get("id");
if (id === null) {
......@@ -128,7 +128,7 @@ define(['jquery'], function ($) {
initToggleNodes(params[i]);
}
if (!navigator.userAgent.match(/Trident\/7\./)) {
openSemesterFromSelectecCourse();
openSemesterFromSelectedCourse();
}
},
openSemester: function (nodename) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment