mirror of
https://github.com/mindoc-org/mindoc.git
synced 2026-02-27 17:03:57 +08:00
修复删除文章BUG
This commit is contained in:
@@ -153,7 +153,7 @@
|
|||||||
/**
|
/**
|
||||||
* 删除项目
|
* 删除项目
|
||||||
*/
|
*/
|
||||||
$("#deleteBookForm").ajaxForm({
|
$("#deleteBlogForm").ajaxForm({
|
||||||
beforeSubmit : function () {
|
beforeSubmit : function () {
|
||||||
$("#btnDeleteBlog").button("loading");
|
$("#btnDeleteBlog").button("loading");
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user