Dotclear

Changeset 3670:eecd4bdb63f1


Ignore:
Timestamp:
01/21/18 17:33:14 (8 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Fix CSS variable setting for the lazy firefox, address #2263

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/dcCKEditor/_post_config.php

    r3669 r3670  
    252252          } 
    253253 
     254     }); 
     255 
     256     CKEDITOR.on('instanceReady',function(e) { 
    254257          if (typeof dotclear_htmlFontSize !== 'undefined') { 
    255258               e.editor.document.$.documentElement.style.setProperty('--html-font-size',dotclear_htmlFontSize); 
    256259          } 
    257      }); 
    258  
    259      CKEDITOR.on('instanceReady',function(e) { 
    260260 
    261261          if ($('label[for="post_excerpt"] a img').attr('src') == dotclear.img_minus_src) { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map