Roo/htmleditor/Filter.js
authorleon <leon@roojs.com>
Thu, 30 Nov 2023 03:45:17 +0000 (11:45 +0800)
committerleon <leon@roojs.com>
Thu, 30 Nov 2023 03:45:17 +0000 (11:45 +0800)
Roo/htmleditor/Filter.js

index c7eda81..4b3e71e 100644 (file)
@@ -86,6 +86,8 @@ Roo.htmleditor.Filter.prototype = {
         }
 
         var els = dom.getElementsByTagName(this.tag);
+
+        /*
         var l = els.length;
 
         for(var i = 0 ; i < els.length; i++) {
@@ -99,5 +101,10 @@ Roo.htmleditor.Filter.prototype = {
                 i --;
             }
         }
+        */
+
+        Roo.each(Array.from(els), function(e){
+            Roo.log(e);
+        });
     }
 };
\ No newline at end of file