From ed45134526353465dea4e587c2aa08cffa9c9b34 Mon Sep 17 00:00:00 2001 From: luosongbai <15272473386@163.com> Date: Wed, 9 Dec 2020 14:06:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pmcalendar.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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(); } }); }