summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/chimere/blocks/map.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/chimere/blocks/map.html b/templates/chimere/blocks/map.html
index a14f115..1039cdc 100644
--- a/templates/chimere/blocks/map.html
+++ b/templates/chimere/blocks/map.html
@@ -60,6 +60,7 @@ $("#{{map_id}}").show();
chimere_init_options["restricted_extent"] = bounds;
{% endif %}
{% if checked_categories %}
+ /* not a permalink */
if (window.location.href.indexOf("#") <= -1) {
chimere_init_options["checked_categories"] = [
{% for cc in checked_categories %}{% if forloop.counter0 > 0 %}, {% endif %}{{cc}}{% endfor %}];