snappymail/vendors/ckeditor/CUSTOMS
RainLoop Team 844afadd6f ckeditor fixes
demo-plugin
TemproryApcStorage
2015-02-12 21:56:49 +04:00

10 lines
No EOL
232 B
Text

fix[1] CKEDITOR.editor.prototype.resize
g=CKEDITOR.env.webkit&&this.document&&this.document.getWindow().$.frameElement
->
g=null;
try{g=CKEDITOR.env.webkit&&this.document&&this.document.getWindow().$.frameElement;}catch(e){}
---