Commit 105a625cd6dc9037bea602b56eefd1730aa34063
1 parent
2afd96e0
Exists in
master
and in
5 other branches
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 +6,7 @@ var Submite = { | ||
| 6 | $(id_li_link).remove(); | 6 | $(id_li_link).remove(); |
| 7 | $("#modal_category").empty(); | 7 | $("#modal_category").empty(); |
| 8 | $("#accordion").remove(); | 8 | $("#accordion").remove(); |
| 9 | + $(".modal-backdrop.in").remove(); | ||
| 9 | alertify.success("Category removed successfully!"); | 10 | alertify.success("Category removed successfully!"); |
| 10 | }).fail(function(){ | 11 | }).fail(function(){ |
| 11 | $("#modal_category").empty(); | 12 | $("#modal_category").empty(); |