diff options
-rw-r--r-- | templates/chimere/blocks/map.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/chimere/blocks/map.html b/templates/chimere/blocks/map.html index a03b472..df664b9 100644 --- a/templates/chimere/blocks/map.html +++ b/templates/chimere/blocks/map.html @@ -87,7 +87,7 @@ $(function(){ } $("#main-map").chimere(chimere_init_options); {% if zoom %} - //$('#maps').chimere('zoom', {'area':{{zoom}} }); + $('#maps').chimere('zoom', {'area':{{zoom}} }); {% endif %} // init layer selection |