1
0

nightly commit

This commit is contained in:
2021-02-03 20:50:02 +08:00
parent 809b32c051
commit 650e44ac42
7 changed files with 230 additions and 30 deletions

View File

@@ -66,7 +66,7 @@ function ccn_admin_userList_RefreshCacheList() {
}
}
function ccn_admin_userList_RenderItem(item, index, listDOM, renderdata) {
function ccn_admin_userList_RenderItem(item, index, listDOM) {
var renderdata = {
uuid: index, // use index for uuid. there are no uuid for user
username: item[0]