- Timestamp:
- 2008-06-12 19:42:08 (7 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/releases/latest/editor/filemanager/browser/default/browser.html
r1828 r2067 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" 2 "http://www.w3.org/TR/html4/frameset.dtd"> 2 3 <!-- 3 4 * FCKeditor - The text editor for Internet - http://www.fckeditor.net … … 28 29 <link href="browser.css" type="text/css" rel="stylesheet"> 29 30 <script type="text/javascript" src="js/fckxml.js"></script> 30 <script language="javascript">31 <script type="text/javascript"> 31 32 // Automatically detect the correct document.domain (#1919). 32 33 (function() … … 42 43 break ; 43 44 } 44 catch( e ) {} 45 catch( e ) 46 { 47 break ; 48 } 45 49 46 50 // Remove a domain part: www.mytest.example.com => mytest.example.com => example.com ...