Changeset 3670:eecd4bdb63f1
- Timestamp:
- 01/21/18 17:33:14 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/_post_config.php
r3669 r3670 252 252 } 253 253 254 }); 255 256 CKEDITOR.on('instanceReady',function(e) { 254 257 if (typeof dotclear_htmlFontSize !== 'undefined') { 255 258 e.editor.document.$.documentElement.style.setProperty('--html-font-size',dotclear_htmlFontSize); 256 259 } 257 });258 259 CKEDITOR.on('instanceReady',function(e) {260 260 261 261 if ($('label[for="post_excerpt"] a img').attr('src') == dotclear.img_minus_src) {
Note: See TracChangeset
for help on using the changeset viewer.