Changeset 6617
- Timestamp:
- 09/04/08 17:41:50 (2 years ago)
- Files:
-
- 1 modified
-
branches/1.7/plugins/FM_Modern/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.7/plugins/FM_Modern/index.php
r6614 r6617 29 29 ob_start(); 30 30 ?> 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; 32 32 var editor = new TTModernEditor(); 33 33 editor.fixPosition = <?php echo getBlogSetting('editorPropertyPositionFix', 0);?>;
