Roo/form/HtmlEditor/ToolbarStandard.js
authorEdward <edward@roojs.com>
Fri, 19 Jun 2015 05:45:59 +0000 (13:45 +0800)
committerEdward <edward@roojs.com>
Fri, 19 Jun 2015 05:45:59 +0000 (13:45 +0800)
Roo/form/HtmlEditor/ToolbarStandard.js

index c4ed924..a650fdf 100644 (file)
@@ -382,8 +382,8 @@ Roo.apply(Roo.form.HtmlEditor.ToolbarStandard.prototype,  {
                     actiontype : this.cleanStyles[i],
                     html: 'Remove ' + this.cleanStyles[i],
                     handler: function(a,b) {
-                        Roo.log(a);
-                        Roo.log(b);
+//                        Roo.log(a);
+//                        Roo.log(b);
                         var c = Roo.get(editorcore.doc.body);
                         c.select('[style]').each(function(s) {
                             s.dom.style.removeProperty(a.actiontype);