Changeset 3945:02967bd96c6c for plugins/dcLegacyEditor/js/_post_editor.js
- Timestamp:
- 12/17/18 07:55:02 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcLegacyEditor/js/_post_editor.js
r3880 r3945 1 /*global $, dotclear, jsToolBar */1 /*global $, dotclear, jsToolBar, getData */ 2 2 'use strict'; 3 4 // Get context 5 Object.assign(dotclear, getData('legacy_editor_ctx')); 3 6 4 7 $(function() { … … 6 9 return; 7 10 } 11 8 12 if (dotclear.legacy_editor_context === undefined || 9 13 dotclear.legacy_editor_tags_context[dotclear.legacy_editor_context] === undefined) {
Note: See TracChangeset
for help on using the changeset viewer.