X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-bootstrap-debug.js;h=e4ecf1ccab1681ecdbfab5c66b6f3b429a03be71;hb=50843e6b13117139a3b0ba8a73a9980a3a44cfdd;hp=1eaf57de4e94d9eeb065bdd4380ab9717946d1ca;hpb=58941cbd0c4d7099448ea184a4a4ddc7596cea46;p=roojs1 diff --git a/roojs-bootstrap-debug.js b/roojs-bootstrap-debug.js index 1eaf57de4e..e4ecf1ccab 100644 --- a/roojs-bootstrap-debug.js +++ b/roojs-bootstrap-debug.js @@ -26597,7 +26597,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));