mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
ckeditor fixes
demo-plugin TemproryApcStorage
This commit is contained in:
parent
000711086a
commit
844afadd6f
40 changed files with 2371 additions and 197 deletions
10
rainloop/v/0.0.0/static/ckeditor/CUSTOMS
Normal file
10
rainloop/v/0.0.0/static/ckeditor/CUSTOMS
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
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){}
|
||||
|
||||
---
|
||||
Loading…
Add table
Add a link
Reference in a new issue