diff --git a/pmcalendar.php b/pmcalendar.php index 945c934..d507dd7 100644 --- a/pmcalendar.php +++ b/pmcalendar.php @@ -919,7 +919,7 @@ if ($act == 'newevent') { function deletefujian(id){ if("" != "1" && "" != "1" && "" != "1" && "" != "1" && "" != "1" && "" != "1" && "" != "1" && "" != "1")return - if (confirm("确定删除该附件???")) { + if (confirm("确定删除该附件?")) { $.ajax({ url: './?app=uploader&act=del', dataType: 'json', @@ -931,12 +931,12 @@ if ($act == 'newevent') { console.log(res); alert('删除成功'); showEventData(notid); - textdisabled(); + // textdisabled(); }, error: function () { alert('数据异常,请稍后重试!!!'); showEventData(notid); - textdisabled(); + // textdisabled(); } }); }