Show
Ignore:
Timestamp:
2008-02-24 13:38:08 (6 months ago)
Author:
fredck
Message:

Fixed #1622 : Introduced the inline CSS cache system.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/dialog/fck_source.html

    r1565 r1598  
    2727                <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 
    2828                <meta name="robots" content="noindex, nofollow"> 
    29                 <link href="common/fck_dialog_common.css" rel="stylesheet" type="text/css" /> 
     29                <script src="common/fck_dialog_common.js" type="text/javascript"></script> 
    3030                <script language="javascript"> 
    3131 
     
    3333var FCK                 = oEditor.FCK ; 
    3434var FCKConfig   = oEditor.FCKConfig ; 
     35var FCKTools    = oEditor.FCKTools ; 
     36 
     37document.write( FCKTools.GetStyleHtml( GetCommonDialogCss() ) ) ; 
    3538 
    3639window.onload = function()