add bancomment change
This commit is contained in:
@@ -93,4 +93,18 @@ function updatePageN() {
|
||||
).done(function (data) {
|
||||
$("#admin-pageinfo").html(data);
|
||||
})
|
||||
}
|
||||
|
||||
function toggleBancomment(button) {
|
||||
$(button).siblings("div").toggle();
|
||||
$(button).toggle();
|
||||
}
|
||||
|
||||
function editComment(form) {
|
||||
$.post(
|
||||
"API/adminChangeUser.php",
|
||||
$(form).serialize()
|
||||
).done(function (data) {
|
||||
adminSearch();
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user