古剑删除描述一致

This commit is contained in:
huang 2016-05-20 21:00:36 +08:00
parent d9241d5dca
commit e512154ea9
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
function batch_delete(){
var data = $("#resources_list_form").serialize();
if($("input[type=checkbox][data-deleteble=N]:checked").length != 0){
alert("您只能删除自己上传的资源,请重新选择后再删除。");
alert("您无法删除此资源!");
return;
}
if($("input[type=checkbox][data-has-history=Y]:checked").length != 0){