批量删除提示修改
This commit is contained in:
parent
465bc9bd6c
commit
78ebeaee3b
|
@ -288,7 +288,7 @@
|
|||
function batch_delete(){
|
||||
var data = $("#resources_list_form").serialize();
|
||||
if($("input[type=checkbox][data-deleteble=N]:checked").length != 0){
|
||||
alert("含有上传者不是您的资源");
|
||||
alert("您只能删除自己上传的资源,请重新选择后再删除。");
|
||||
return;
|
||||
}
|
||||
if(data != "" && confirm('确认要删除这些资源吗?')) {
|
||||
|
|
Loading…
Reference in New Issue