Skip to content
Snippets Groups Projects
Commit bb6c7f55 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

remove unnecessary semicolon, re #968

parent 6d00a6f8
No related branches found
No related tags found
No related merge requests found
......@@ -176,7 +176,7 @@ STUDIP.domReady(() => {
const row = $('<tr/>').append(cell);
curtable.append(row);
}
};
}
});
});
......
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