mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-18 20:39:13 +02:00
Make sure ckeditor is loaded before calling resizehandler in mail compose
This commit is contained in:
@@ -200,7 +200,9 @@ 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').load ('load', function() {that.compose_resizeHandler();});
|
jQuery('#mail-compose').on ('load',function() {
|
||||||
|
window.setTimeout(function(){that.compose_resizeHandler()}, 100);
|
||||||
|
});
|
||||||
|
|
||||||
this.compose_fieldExpander();
|
this.compose_fieldExpander();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user