Changeset 4229
- Timestamp:
- 09/15/09 13:53:35 (4 years ago)
- File:
-
- 1 edited
-
FCKeditor/trunk/editor/dialog/fck_table.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/dialog/fck_table.html
r3897 r4229 288 288 var eCaption = oEditor.FCKDomTools.GetFirstChild( table, 'CAPTION' ) ; 289 289 290 if ( eCaption && !oEditor.FCKBrowserInfo.IsIE ) 291 eCaption.parentNode.removeChild( eCaption ) ; 292 290 293 if ( document.getElementById('txtCaption').value != '' ) 291 294 { 292 if ( !eCaption )295 if ( !eCaption || !oEditor.FCKBrowserInfo.IsIE ) 293 296 { 294 297 eCaption = oDoc.createElement( 'CAPTION' ) ; … … 304 307 if ( oEditor.FCKBrowserInfo.IsIE ) 305 308 eCaption.innerHTML = '' ; 306 else307 eCaption.parentNode.removeChild( eCaption ) ;308 309 } 309 310
Note: See TracChangeset
for help on using the changeset viewer.
