Ticket #5030: 5030_2.patch

File 5030_2.patch, 1.3 KB (added by Minh Nguyen, 14 years ago)
  • _source/core/skins.js

     
    194194                        else
    195195                        {
    196196                                paths[ skinName ] = skinPath;
    197                                 CKEDITOR.scriptLoader.load( skinPath + 'skin.js', function()
     197                                CKEDITOR.scriptLoader.load( CKEDITOR.getUrl( skinPath + 'skin.js' ), function()
    198198                                                {
    199199                                                         loadPart( editor, skinName, skinPart, callback );
    200200                                                });
  • CHANGES.html

     
    4444        <p>
    4545                Fixed issues:</p>
    4646        <ul>
     47                <li><a href="http://dev.fckeditor.net/ticket/5030">#5030</a> : Fixed CKEDITOR.timestamp wasn't added while loading skin.js.</li>
    4748                <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>
    4849                <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>
    4950                <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>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy