mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
10 lines
No EOL
232 B
Text
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){}
|
|
|
|
--- |