修复删除文章BUG

This commit is contained in:
lifei6671 2018-07-19 15:52:24 +08:00
parent 96678f69de
commit 872c16c06c

View File

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