古剑删除描述一致
This commit is contained in:
parent
d9241d5dca
commit
e512154ea9
|
@ -72,7 +72,7 @@
|
||||||
function batch_delete(){
|
function batch_delete(){
|
||||||
var data = $("#resources_list_form").serialize();
|
var data = $("#resources_list_form").serialize();
|
||||||
if($("input[type=checkbox][data-deleteble=N]:checked").length != 0){
|
if($("input[type=checkbox][data-deleteble=N]:checked").length != 0){
|
||||||
alert("您只能删除自己上传的资源,请重新选择后再删除。");
|
alert("您无法删除此资源!");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if($("input[type=checkbox][data-has-history=Y]:checked").length != 0){
|
if($("input[type=checkbox][data-has-history=Y]:checked").length != 0){
|
||||||
|
|
Loading…
Reference in New Issue