Show
Ignore:
Timestamp:
2008-02-24 13:05:24 (9 months ago)
Author:
alfonsoml
Message:

Like #1627, the testcases failed in IE7

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/_testcases/009.html

    r1565 r1597  
    9494// This is usefull only for these samples. A real application should use something like this: 
    9595// oFCKeditor.BasePath = '/fckeditor/' ;        // '/fckeditor/' is the default value. 
    96 var sBasePath = document.location.pathname.substring(0,document.location.pathname.lastIndexOf('_testcases')) ; 
     96var sBasePath = document.location.href.substring(0,document.location.href.lastIndexOf('_testcases')) ; 
    9797 
    9898var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ;