X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fskins%2Fv2%2Fskin.js;h=2abbbcfe8ccc952d83842b6d63dd9e112036b6d0;hp=808a79c0465d51cc9a0ca7326bd15a50fe200207;hb=9afde8772159bd3436f1f5b7862960307710ae5a;hpb=614511639979907ceb0da3614122a4d8eb963ad4 diff --git a/_source/skins/v2/skin.js b/_source/skins/v2/skin.js index 808a79c..2abbbcf 100644 --- a/_source/skins/v2/skin.js +++ b/_source/skins/v2/skin.js @@ -5,17 +5,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license CKEDITOR.skins.add( 'v2', (function() { - var preload = []; - - if ( CKEDITOR.env.ie && CKEDITOR.env.version < 7 ) - { - // For IE6, we need to preload some images, otherwhise they will be - // downloaded several times (CSS background bug). - preload.push( 'icons.png', 'images/sprites_ie6.png', 'images/dialog_sides.gif' ); - } - return { - preload : preload, editor : { css : [ 'editor.css' ] }, dialog : { css : [ 'dialog.css' ] }, templates : { css : [ 'templates.css' ] },