X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-bootstrap-debug.js;h=50a54e02c8b7871e35e4ac783e6b4dfc8b2dd7f5;hp=b672378408ab007b2dea30e714e978f6ceeffbe2;hb=5df5041ebe992f53092da52daff90f09621c5985;hpb=6a6a87c6f1b0b302d224a6c78bd5355155d79766 diff --git a/roojs-bootstrap-debug.js b/roojs-bootstrap-debug.js index b672378408..50a54e02c8 100644 --- a/roojs-bootstrap-debug.js +++ b/roojs-bootstrap-debug.js @@ -23212,14 +23212,15 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component, { node.parentNode.removeChild(node); return; } - Roo.log(node.tagName); + //Roo.log(node.tagName); // remove - but keep children.. if (node.tagName.toLowerCase().match(/^(meta|link|\\?xml:|st1:|o:|v:|font)/)) { - Roo.log('-- removed'); + //Roo.log('-- removed'); while (node.childNodes.length) { var cn = node.childNodes[0]; node.removeChild(cn); node.parentNode.insertBefore(cn, node); + // move node to parent - and clean it.. this.cleanWord(cn); } node.parentNode.removeChild(node);