Ticket #1426: 1426_2.patch
| File 1426_2.patch, 0.6 kB (added by martinkou, 6 months ago) |
|---|
-
editor/_source/classes/fckxml_ie.js
46 46 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' ) ; 52 52 this.DOMDocument.async = false ;