- Timestamp:
- 01/19/18 16:54:20 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/inc/dc.ckeditor.behaviors.php
r3421 r3669 32 32 } 33 33 34 return34 $res = 35 35 '<script type="text/javascript">'."\n". 36 36 dcPage::jsVar('dotclear.ckeditor_context', $context). … … 58 58 dcPage::jsLoad(self::$p_url.'/js/ckeditor/adapters/jquery.js'). 59 59 dcPage::jsLoad($config_js); 60 61 if ($GLOBALS['core']->auth->user_prefs->interface->htmlfontsize) { 62 $res .= 63 '<script type="text/javascript">'."\n". 64 dcPage::jsVar('dotclear_htmlFontSize',$GLOBALS['core']->auth->user_prefs->interface->htmlfontsize)."\n". 65 "</script>\n"; 66 } 67 68 return $res; 60 69 } 61 70
Note: See TracChangeset
for help on using the changeset viewer.