Skip to content
Snippets Groups Projects
Commit f094948d authored by Thomas Hackl's avatar Thomas Hackl Committed by Jan-Hendrik Willms
Browse files

BIEST 85 Icongrößen

parent d61bce5a
No related branches found
No related tags found
No related merge requests found
...@@ -86,7 +86,11 @@ const CourseWizard = { ...@@ -86,7 +86,11 @@ const CourseWizard = {
.attr('src', STUDIP.ASSETS_URL + 'images/icons/blue/trash.svg') .attr('src', STUDIP.ASSETS_URL + 'images/icons/blue/trash.svg')
.attr('name', 'remove_' + elClass + '[' + id + ']') .attr('name', 'remove_' + elClass + '[' + id + ']')
.attr('value', '1') .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); wrapper.append(input);
var nametext = $('<span>') var nametext = $('<span>')
.html(name) .html(name)
......
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