Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Update list.js 修复预览时,由于路径设置的问题导致的自定义列表无法显示的问题 #3217

Open
wants to merge 1 commit into
base: dev-1.5.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions _parse/list.js
Expand Up @@ -13,7 +13,7 @@ UE.parse.register('list',function(utils){


utils.extend(this,{
liiconpath : 'http://bs.baidu.com/listicon/',
liiconpath : utils.removeLastbs(this.rootPath) + '/themes/ueditor-list/',
listDefaultPaddingLeft : '20'
});

Expand Down Expand Up @@ -91,4 +91,4 @@ UE.parse.register('list',function(utils){
}


});
});