summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chimere/static/chimere/js/jquery.chimere.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/chimere/static/chimere/js/jquery.chimere.js b/chimere/static/chimere/js/jquery.chimere.js
index 6ed0499..09baa2d 100644
--- a/chimere/static/chimere/js/jquery.chimere.js
+++ b/chimere/static/chimere/js/jquery.chimere.js
@@ -897,7 +897,8 @@ OpenLayers.Layer.MapQuestOSM = OpenLayers.Class(OpenLayers.Layer.XYZ, {
_popup(feature);
methods.display_feature_detail(feature.pk);
_repan_popup();
- methods.loadCategories();
+ settings.display_feature = null;
+ //methods.loadCategories();
}
if (settings.enable_clustering){