diff options
Diffstat (limited to 'chimere/static/main_map.js')
-rw-r--r-- | chimere/static/main_map.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/static/main_map.js b/chimere/static/main_map.js index 470f055..808b9cd 100644 --- a/chimere/static/main_map.js +++ b/chimere/static/main_map.js @@ -371,7 +371,7 @@ function putMarker(layer, mark) { clicked = true; updateDetail(feature.pk); map.setCenter(feature.lonlat, 17); - loadCategories(); + updateCategories(); p_current_feature = null; } return feature; |