summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/chimere/main_map.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/chimere/main_map.html b/templates/chimere/main_map.html
index ad830ca..0ea577b 100644
--- a/templates/chimere/main_map.html
+++ b/templates/chimere/main_map.html
@@ -123,6 +123,9 @@
var search_result = new Array();
var search_url = "/search/";
$(function(){
+ $("#modal-edit").on("hide.bs.modal", function() {
+ $("#modal-edit .modal-body").html("");
+ });
if (has_search){
load_search_box();
}