mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-05 04:49:44 +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*/
|
/*Trigger compose_resizeHandler after the CKEditor is fully loaded*/
|
||||||
jQuery('#mail-compose').on ('load',function() {
|
jQuery('#mail-compose').on ('load',function() {
|
||||||
if (textAreaWidget && typeof textAreaWidget.ckeditor != 'undefined')
|
if (textAreaWidget && textAreaWidget.ckeditor)
|
||||||
{
|
{
|
||||||
textAreaWidget.ckeditor.on('instanceReady', function(){that.compose_fieldExpander();});
|
textAreaWidget.ckeditor.on('instanceReady', function(){that.compose_fieldExpander();});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user