Changeset 4026:444e3db7afb2 for plugins/dcCKEditor
- Timestamp:
- 08/24/19 16:20:46 (6 years ago)
- Branch:
- 2.15
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/_post_config.php
r3955 r4024 282 282 let config = e.editor.config; 283 283 config.contentsLanguage = ta.lang; 284 e.editor.destroy();284 // e.editor.destroy(); 285 285 CKEDITOR.replace(e.editor.name, config); 286 286 }
Note: See TracChangeset
for help on using the changeset viewer.