JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.5
[ckeditor.git] / _source / skins / kama / skin.js
index 34841d9..c529942 100644 (file)
@@ -5,18 +5,9 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 \r
 CKEDITOR.skins.add( 'kama', (function()\r
 {\r
-       var preload = [],\r
-               uiColorStylesheetId = 'cke_ui_color';\r
-\r
-       if ( CKEDITOR.env.ie && CKEDITOR.env.version < 7 )\r
-       {\r
-               // For IE6, we need to preload some images, otherwhise they will be\r
-               // downloaded several times (CSS background bug).\r
-               preload.push( 'icons.png', 'images/sprites_ie6.png', 'images/dialog_sides.gif' );\r
-       }\r
+       var uiColorStylesheetId = 'cke_ui_color';\r
 \r
        return {\r
-               preload         : preload,\r
                editor          : { css : [ 'editor.css' ] },\r
                dialog          : { css : [ 'dialog.css' ] },\r
                templates       : { css : [ 'templates.css' ] },\r