提交 98e85e64 编写于 作者: C campaign

by zhanyi

上级 c65c3039
......@@ -39,6 +39,7 @@ UE.plugins['list'] = function () {
me.setOpt( {
'insertorderedlist':{
'num':'',
'num1':'',
'num2':'',
'cn':'',
......@@ -137,7 +138,7 @@ UE.plugins['list'] = function () {
if(li.tagName == 'LI'){
if(domUtils.hasClass(li,/list-/)){
var tmpStyle = li.className.match(/list-(\w+)-(\d+)?/);
style = tmpStyle[1]+(tmpStyle[2]||'');
style = tmpStyle[1]+(tmpStyle[2] && tmpStyle[2] != '1'? tmpStyle[2]:'');
return false
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册