Roo/htmleditor/FilterKeepChildren.js
authorAlan <alan@roojs.com>
Thu, 7 Jul 2022 02:13:09 +0000 (10:13 +0800)
committerAlan <alan@roojs.com>
Thu, 7 Jul 2022 02:13:09 +0000 (10:13 +0800)
Roo/htmleditor/FilterKeepChildren.js

index ec1e5f0..ab7054d 100644 (file)
@@ -27,7 +27,7 @@ Roo.extend(Roo.htmleditor.FilterKeepChildren, Roo.htmleditor.FilterBlack,
     replaceTag : function(node)
     {
         // walk children...
-        //Roo.log(node);
+        Roo.log(node.tagName);
         var ar = Array.from(node.childNodes);
         //remove first..