Skip to content
Snippets Groups Projects
Commit e099a91c authored by Elmar Ludwig's avatar Elmar Ludwig
Browse files

update text in ckeditor for Stud.IP >= 5.3, fixes #226

parent fa3eb9ca
No related branches found
No related tags found
No related merge requests found
......@@ -180,6 +180,10 @@ $(function() {
items[0].value = items[1].value;
items[1].value = value;
if (STUDIP.wysiwyg.getEditor && STUDIP.wysiwyg.getEditor(items[1])) {
STUDIP.wysiwyg.getEditor(items[1]).setData(value);
}
toggle.toggleClass('size_large').toggleClass('size_small');
event.preventDefault();
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment