Commit 105a625cd6dc9037bea602b56eefd1730aa34063

Authored by Matheus Lins
1 parent 2afd96e0

little change in remove category js

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
courses/static/js/modal_category.js
... ... @@ -6,6 +6,7 @@ var Submite = {
6 6 $(id_li_link).remove();
7 7 $("#modal_category").empty();
8 8 $("#accordion").remove();
  9 + $(".modal-backdrop.in").remove();
9 10 alertify.success("Category removed successfully!");
10 11 }).fail(function(){
11 12 $("#modal_category").empty();
... ...