Changeset 1932
- Timestamp:
- 04/21/08 04:18:18 (5 years ago)
- File:
-
- 1 edited
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' ) ;
Note: See TracChangeset
for help on using the changeset viewer.
