Changeset 3915:a57821ba9ef1 for plugins/dcCKEditor/_post_config.php
- Timestamp:
- 11/05/18 16:40:40 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/_post_config.php
r3897 r3915 256 256 257 257 CKEDITOR.on('instanceReady',function(e) { 258 if ( typeof dotclear_htmlFontSize !== 'undefined') {259 e.editor.document.$.documentElement.style.setProperty('--html-font-size',dotclear _htmlFontSize);258 if (dotclear && dotclear.data && dotclear.data.htmlFontSize) { 259 e.editor.document.$.documentElement.style.setProperty('--html-font-size',dotclear.data.htmlFontSize); 260 260 } 261 261
Note: See TracChangeset
for help on using the changeset viewer.