diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-16 16:34:00 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-16 16:34:00 +0100 |
commit | 1e26b4bce6b2a92e0fd3eb8a3a5dd1699d5f3ca9 (patch) | |
tree | f0bc9e91f1e8d03d683b65f7588168bf81474510 | |
parent | e735f3ecf66db4ce9913695e86ab497d9723624b (diff) | |
download | Chimère - projet Saclay-1e26b4bce6b2a92e0fd3eb8a3a5dd1699d5f3ca9.tar.bz2 Chimère - projet Saclay-1e26b4bce6b2a92e0fd3eb8a3a5dd1699d5f3ca9.zip |
Minor: comment
-rw-r--r-- | templates/chimere/blocks/map.html | 1 |
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 %}]; |