mirror of
https://github.com/kokororin/typecho-plugin-Access.git
synced 2026-08-19 10:23:27 +08:00
fix: hide loading while delete logs error
This commit is contained in:
@@ -501,6 +501,7 @@ $(document).ready(function () {
|
||||
}
|
||||
},
|
||||
error: function (xhr, status, error) {
|
||||
$('body').loadingModal('hide');
|
||||
swal({
|
||||
icon: "error",
|
||||
title: "错误",
|
||||
|
||||
Reference in New Issue
Block a user