From b0d8037e38df6f875be66022b652414a7cbacbc1 Mon Sep 17 00:00:00 2001 From: Edward Date: Fri, 19 Jun 2015 17:57:11 +0800 Subject: [PATCH] Roo/HtmlEditorCore.js --- Roo/HtmlEditorCore.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Roo/HtmlEditorCore.js b/Roo/HtmlEditorCore.js index c52f95ce8f..f9454d85b8 100644 --- a/Roo/HtmlEditorCore.js +++ b/Roo/HtmlEditorCore.js @@ -1444,8 +1444,6 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component, { setStylesheets : function(stylesheets) { - Roo.log('setting stylesheets!!!!!!!!!!!!!!!!!!!!!!!!!!'); - Roo.log(stylesheets); if(typeof(stylesheets) == 'string'){ Roo.get(this.iframe.contentDocument.head).createChild({ tag : 'link', @@ -1457,7 +1455,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component, { return; } var _this = this; - Roo.log(_this.iframe.contentDocument.head); + Roo.each(stylesheets, function(s) { if(!s.length){ return; -- 2.39.2