Ticket #5030: 5030.patch
File 5030.patch, 494 bytes (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 });