修复删除文章BUG

pull/358/head
lifei6671 2018-07-19 15:52:24 +08:00
parent 96678f69de
commit 872c16c06c
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@
/**
* 删除项目
*/
$("#deleteBookForm").ajaxForm({
$("#deleteBlogForm").ajaxForm({
beforeSubmit : function () {
$("#btnDeleteBlog").button("loading");
},