X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-ui-debug.js;h=318fcb1a62f61ebf86ab58652f990d10e8dc66bb;hb=50843e6b13117139a3b0ba8a73a9980a3a44cfdd;hp=09b66611b6e8251c075d3655f5191b8450ed6744;hpb=58941cbd0c4d7099448ea184a4a4ddc7596cea46;p=roojs1 diff --git a/roojs-ui-debug.js b/roojs-ui-debug.js index 09b66611b6..318fcb1a62 100644 --- a/roojs-ui-debug.js +++ b/roojs-ui-debug.js @@ -21719,7 +21719,7 @@ Roo.extend(Roo.htmleditor.FilterWord, Roo.htmleditor.Filter, replaceDocBullets : function(doc) { // this is a bit odd - but it appears some indents use ql-indent-1 - Roo.log(document.body.innerHTML); + Roo.log(doc.body.innerHTML); var listpara = doc.getElementsByClassName('ql-indent-1'); while(listpara.length) { this.replaceDocBullet(listpara.item(0));