diff --git a/courses/static/js/modal_category.js b/courses/static/js/modal_category.js index a890372..b28e84e 100644 --- a/courses/static/js/modal_category.js +++ b/courses/static/js/modal_category.js @@ -6,6 +6,7 @@ var Submite = { $(id_li_link).remove(); $("#modal_category").empty(); $("#accordion").remove(); + $(".modal-backdrop.in").remove(); alertify.success("Category removed successfully!"); }).fail(function(){ $("#modal_category").empty(); -- libgit2 0.21.2