Changeset 3978:909bbeed5d33 for plugins/dcCKEditor
- Timestamp:
- 06/21/19 14:35:19 (6 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/js/_post_editor.js
r3977 r3978 1 /*global dotclear, getData , mergeDeep*/1 /*global dotclear, getData */ 2 2 /*exported CKEDITOR_GETURL */ 3 3 'use strict'; … … 6 6 Object.assign(dotclear, getData('ck_editor_ctx')); 7 7 // Get messages 8 mergeDeep(dotclear.msg, getData('ck_editor_msg'));8 Object.assign(dotclear.msg, getData('ck_editor_msg')); 9 9 // Get CK Editor variables 10 10 Object.assign(window, getData('ck_editor_var'));
Note: See TracChangeset
for help on using the changeset viewer.