Skip to content
Snippets Groups Projects
Commit 963712d8 authored by Thomas Hackl's avatar Thomas Hackl
Browse files

BIEST 85 Icongrößen, fixes #85

parent fc238f85
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,11 @@ const CourseWizard = {
.attr('src', STUDIP.ASSETS_URL + 'images/icons/blue/trash.svg')
.attr('name', 'remove_' + elClass + '[' + id + ']')
.attr('value', '1')
.attr('onclick', "return STUDIP.CourseWizard.removePerson('" + id + "')");
.attr('onclick', "return STUDIP.CourseWizard.removePerson('" + id + "')")
.css({
width: 16,
height: 16
});
wrapper.append(input);
var nametext = $('<span>')
.html(name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment