Changeset 2051
- Timestamp:
- 2008-06-11 07:26:46 (7 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/internals/fckdialog.js (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/internals/fckdialog.js
r2030 r2051 106 106 var dialog = topDocument.createElement( 'iframe' ) ; 107 107 FCKTools.ResetStyles( dialog ) ; 108 dialog.src = FCKConfig. BasePath + 'fckdialog.html' ;108 dialog.src = FCKConfig.FullBasePath + 'fckdialog.html' ; 109 109 110 110 // Dummy URL for testing whether the code in fckdialog.js alone leaks memory. -
FCKeditor/trunk/_whatsnew.html
r2046 r2051 117 117 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2254">#2254</a>] Minor fix in fckselection for 118 118 nodeName attribute detection.</li> 119 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2241">#2241</a>] Fixed 404 error in floating panels 120 when FCKeditor is installed to a different domain.</li> 119 121 </ul> 120 122 <h3>