roojs-ui.js
authorAlan <alan@roojs.com>
Thu, 21 Jul 2022 09:06:21 +0000 (17:06 +0800)
committerAlan <alan@roojs.com>
Thu, 21 Jul 2022 09:06:21 +0000 (17:06 +0800)
roojs-ui-debug.js
roojs-bootstrap.js
roojs-bootstrap-debug.js
roojs-all.js
roojs-debug.js
Roo/htmleditor/FilterWord.js

Roo/htmleditor/FilterWord.js

index f95db31..a835b91 100644 (file)
@@ -290,7 +290,7 @@ Roo.extend(Roo.htmleditor.FilterWord, Roo.htmleditor.Filter,
                     continue;
                 }
                 if (listtype == 'ol') {
-                    var num = spans[i].innerText.replace(/[^0-9]+]/g,'');
+                   num = spans[i].innerText.replace(/[^0-9]+]/g,'')  * 1;
                 }
                 spans[i].parentNode.removeChild(spans[i]); // remove the fake bullet.
                 break;