Changeset 4034:900f72ff005f for plugins
- Timestamp:
- 08/29/19 13:39:31 (6 years ago)
- Branch:
- default
- Parents:
- 4029:5121f80344cc (diff), 4033:3ba44b39956e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/_post_config.php
r4025 r4034 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.