Changeset 6617

Show
Ignore:
Timestamp:
09/04/08 17:41:50 (19 months ago)
Author:
inureyes
Message:

refs #1082

  • [6615] 를 1.7 트리에 반영
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.7/plugins/FM_Modern/index.php

    r6614 r6617  
    2929    ob_start(); 
    3030?> 
    31             if (typeof(document.execCommand) == "undefined" || !(STD.isIE || STD.isFirefox || (STD.isWebkit && STD.engineVersion >= 419.3)) return null; 
     31            if (typeof(document.execCommand) == "undefined" || !(STD.isIE || STD.isFirefox || (STD.isWebkit && STD.engineVersion >= 419.3))) return null; 
    3232            var editor = new TTModernEditor(); 
    3333            editor.fixPosition = <?php echo getBlogSetting('editorPropertyPositionFix', 0);?>;