Dotclear

Changeset 4024:e70d750792f7


Ignore:
Timestamp:
08/24/19 16:19:00 (6 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Avoid destroying current CKEDitor instance before changing content language - will introduce small regression (ie no more spellcheck on foreign language content)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/dcCKEditor/_post_config.php

    r3955 r4024  
    282282                let config = e.editor.config; 
    283283                config.contentsLanguage = ta.lang; 
    284                 e.editor.destroy(); 
     284//                e.editor.destroy(); 
    285285                CKEDITOR.replace(e.editor.name, config); 
    286286            } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map