Changeset 1932
- Timestamp:
- 2008-04-21 04:18:18 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/classes/fckxml_ie.js
r1921 r1932 47 47 // #1426: Fallback if responseXML isn't set for some 48 48 // reason (e.g. improperly configured web server) 49 if ( !this.DOMDocument )49 if ( !this.DOMDocument || this.DOMDocument.firstChild == null ) 50 50 { 51 51 this.DOMDocument = FCKTools.CreateXmlObject( 'DOMDocument' ) ;