批量删除提示修改

This commit is contained in:
lizanle 2015-11-13 15:38:16 +08:00
parent 465bc9bd6c
commit 78ebeaee3b
1 changed files with 1 additions and 1 deletions

View File

@ -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('确认要删除这些资源吗?')) {