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

index 268ffc7..4a848c8 100644 (file)
@@ -21,6 +21,7 @@
       
      replaceTag : function(node)
      {
+         Roo.log('REPLACE TAG');
          for(var i = 0; i < node.attributes.length; i ++) {
              var a = node.attributes[i];