From 105a625cd6dc9037bea602b56eefd1730aa34063 Mon Sep 17 00:00:00 2001 From: Matheus Lins Date: Mon, 24 Oct 2016 16:52:04 -0300 Subject: [PATCH] little change in remove category js --- courses/static/js/modal_category.js | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) 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