mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 13:58:40 +01:00
do NOT remove LF from html mails, as they can appear inside <pre> tags and are necessary there (everything is on one line otherwise)
This commit is contained in:
parent
d1e48df951
commit
e3749bec9d
@ -226,7 +226,7 @@ app.classes.mail = AppJS.extend(
|
||||
});
|
||||
/*Trigger compose_resizeHandler after the CKEditor is fully loaded*/
|
||||
jQuery('#mail-compose').on ('load',function() {
|
||||
if (textAreaWidget && typeof textAreaWidget.ckeditor != 'undefined')
|
||||
if (textAreaWidget && textAreaWidget.ckeditor)
|
||||
{
|
||||
textAreaWidget.ckeditor.on('instanceReady', function(){that.compose_fieldExpander();});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user