Changeset 363 for FCKeditor/trunk/_test/manual/fckeditorapi/test1.html
- Timestamp:
- 2007-06-08 23:57:25 (19 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/_test/manual/fckeditorapi/test1.html
r132 r363 65 65 { 66 66 var eInstances = document.getElementById( 'xInstances' ) ; 67 if ( !eInstances.firstChild ) 68 { 69 alert( 'There are no instances to remove' ) ; 70 return ; 71 } 72 67 73 eInstances.removeChild( eInstances.firstChild ) ; 68 74 }