Ticket #5030: 5030_2.patch
File 5030_2.patch, 1.3 KB (added by , 13 years ago) |
---|
-
_source/core/skins.js
194 194 else 195 195 { 196 196 paths[ skinName ] = skinPath; 197 CKEDITOR.scriptLoader.load( skinPath + 'skin.js', function()197 CKEDITOR.scriptLoader.load( CKEDITOR.getUrl( skinPath + 'skin.js' ), function() 198 198 { 199 199 loadPart( editor, skinName, skinPart, callback ); 200 200 }); -
CHANGES.html
44 44 <p> 45 45 Fixed issues:</p> 46 46 <ul> 47 <li><a href="http://dev.fckeditor.net/ticket/5030">#5030</a> : Fixed CKEDITOR.timestamp wasn't added while loading skin.js.</li> 47 48 <li><a href="http://dev.fckeditor.net/ticket/4944">#4944</a> : Fixed a bug where nested list structure with inconsequent levels are not pasted correclty from MS-Word.</li> 48 49 <li><a href="http://dev.fckeditor.net/ticket/4637">#4637</a> : Table cells' 'nowrap' attribute is not loaded to cell property dialog. Thanks to pomu0325.</li> 49 50 <li><a href="http://dev.fckeditor.net/ticket/4724">#4724</a> : Using the mouse to insert a link in IE might create incorrect results.</li>