From 872c16c06c59ae28bd95ccaca36e0a3b061bf95f Mon Sep 17 00:00:00 2001 From: lifei6671 Date: Thu, 19 Jul 2018 15:52:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=A0=E9=99=A4=E6=96=87?= =?UTF-8?q?=E7=AB=A0BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/blog/manage_list.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/blog/manage_list.tpl b/views/blog/manage_list.tpl index 7e14fccd..b1df2cea 100644 --- a/views/blog/manage_list.tpl +++ b/views/blog/manage_list.tpl @@ -153,7 +153,7 @@ /** * 删除项目 */ - $("#deleteBookForm").ajaxForm({ + $("#deleteBlogForm").ajaxForm({ beforeSubmit : function () { $("#btnDeleteBlog").button("loading"); },