summaryrefslogtreecommitdiff
path: root/chimere
diff options
context:
space:
mode:
Diffstat (limited to 'chimere')
-rw-r--r--chimere/templates/chimere/main_map.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/chimere/templates/chimere/main_map.html b/chimere/templates/chimere/main_map.html
index c87d84e..44f4856 100644
--- a/chimere/templates/chimere/main_map.html
+++ b/chimere/templates/chimere/main_map.html
@@ -106,6 +106,7 @@
var search_url = "{% url 'chimere:search' area_name %}";
$(function(){
$("#modal-edit").on("hidden.bs.modal", function() {
+ $(".modal-backdrop").hide();
$("#modal-edit .modal-body").html("");
$("#main-map").chimere('refresh');
});