summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chimere/static/main_map.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/chimere/static/main_map.js b/chimere/static/main_map.js
index c56f8a6..470f055 100644
--- a/chimere/static/main_map.js
+++ b/chimere/static/main_map.js
@@ -371,6 +371,7 @@ function putMarker(layer, mark) {
clicked = true;
updateDetail(feature.pk);
map.setCenter(feature.lonlat, 17);
+ loadCategories();
p_current_feature = null;
}
return feature;