Roo/form/HtmlEditor.js
authorChris <chris@roojs.com>
Fri, 12 Jul 2013 07:55:35 +0000 (15:55 +0800)
committerChris <chris@roojs.com>
Fri, 12 Jul 2013 07:55:35 +0000 (15:55 +0800)
Roo/form/HtmlEditor.js

index a7653bb..25ec654 100644 (file)
@@ -1172,7 +1172,7 @@ Roo.form.HtmlEditor = Roo.extend(Roo.form.Field, {
             
             var parts = v.split(/;/);
             var clean = [];
-            Roo.log(parts);
+            
             Roo.each(parts, function(p) {
                 p = p.replace(/^\s+/g,'').replace(/\s+$/g,'');
                 if (!p.length) {
@@ -1180,7 +1180,7 @@ Roo.form.HtmlEditor = Roo.extend(Roo.form.Field, {
                 }
                 var l = p.split(':').shift().replace(/\s+/g,'');
                 l = l.replace(/^\s+/g,'').replace(/\s+$/g,'');
-                
+                Roo.log(l)
                 // only allow 'c whitelisted system attributes'
                 if ( cwhite.indexOf(l) < 0) {
                     Roo.log('(REMOVE CSS)' + node.tagName +'.' + n + ':'+l + '=' + v);