Show
Ignore:
Timestamp:
2007-06-08 23:57:25 (19 months ago)
Author:
alfonsoml
Message:

Several small fixes to the manual tests so they can be run properly.
The only important change is that in fckscriptloader.js I've added the needed dependency of FCKListHandler on 'FCKConfig' and 'FCKDocumentFragment'

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/_test/manual/fckeditorapi/test1.html

    r132 r363  
    6565{ 
    6666        var eInstances = document.getElementById( 'xInstances' ) ; 
     67        if ( !eInstances.firstChild ) 
     68        { 
     69                alert( 'There are no instances to remove' ) ; 
     70                return ; 
     71        } 
     72 
    6773        eInstances.removeChild( eInstances.firstChild ) ; 
    6874}