~ubuntu-branches/ubuntu/gutsy/moin/gutsy

« back to all changes in this revision

Viewing changes to wiki/htdocs/applets/FCKeditor/editor/_source/classes/fcktoolbarstylecombo.js

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-02-14 16:09:24 UTC
  • mfrom: (0.2.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20060214160924-fyrx3gvknzqvt4vj
Tags: 1.5.2-1ubuntu1
Drop python2.3 package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
{
38
38
        // Add the Editor Area CSS to the Styles panel so the style classes are previewed correctly.
39
39
        FCKTools.AppendStyleSheet( targetSpecialCombo._Panel.Document, FCKConfig.EditorAreaCSS ) ;
 
40
        
 
41
        targetSpecialCombo._Panel.Document.body.className += ' ForceBaseFont' ;
40
42
 
41
43
        // For some reason Gecko is blocking inside the "RefreshVisibleItems" function.
42
44
        if ( ! FCKBrowserInfo.IsGecko )