Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-activity-platform
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
李奇
2017-07-14 16:34:30 +0800
Commit
6ffa10af9424e895b8363b385e88ed999eac7dce
1 parent
112393d5
时间代理
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/admin/user.page.js
public/js/admin/user.page.js
View file @
6ffa10a
...
...
@@ -19,7 +19,7 @@ function bind_delete_user() {
});
};
$
(
'.btn-delete-user'
).
on
(
'click
'
,
deleteFn
);
$
(
document
).
on
(
'click'
,
'.btn-delete-user
'
,
deleteFn
);
}
function
bind_export_user_list
()
{
...
...
Please
register
or
login
to post a comment