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

fixes #3724

Closes #3724

Merge request studip/studip!2588
parent 092e0659
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ STUDIP.domReady(function() { ...@@ -18,7 +18,7 @@ STUDIP.domReady(function() {
} else { } else {
$(mutation.target) $(mutation.target)
.next() .next()
.show() .css('display', 'table-row')
.find('td') .find('td')
.slideUp() .slideUp()
.find('.detailscontainer') .find('.detailscontainer')
......
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