From: Edward Date: Mon, 13 Jan 2014 08:44:56 +0000 (+0800) Subject: Roo/form/HtmlEditor/ToolbarStandard.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=37afbbace94ce1aafe07756f79aa096e9040516f;p=roojs1 Roo/form/HtmlEditor/ToolbarStandard.js --- diff --git a/Roo/form/HtmlEditor/ToolbarStandard.js b/Roo/form/HtmlEditor/ToolbarStandard.js index 60b0137b1a..706d04734a 100644 --- a/Roo/form/HtmlEditor/ToolbarStandard.js +++ b/Roo/form/HtmlEditor/ToolbarStandard.js @@ -370,15 +370,9 @@ Roo.apply(Roo.form.HtmlEditor.ToolbarStandard.prototype, { var c = Roo.get(editor.doc.body); var nodes = []; c.select('[style]').each(function(i) { - i.dom.style.removeProperty('font-size'); -// i.setStyle() - - Roo.log(i.getStyle('font-size')); + i.dom.style.removeProperty('font-size'); }); -// editor.insertAtCursor(String.fromCharCode(a.html.replace('&#','').replace(';', ''))); - //editor.insertAtCursor(a.html); - }, tabIndex:-1 });