From 83e447547d91e738bcc6b4b55782287ddd6dfbab Mon Sep 17 00:00:00 2001 From: Raphaƫl Droz Date: Sun, 7 Oct 2012 16:25:57 +0200 Subject: JS: fix checked_categories --- chimere/templates/main_map.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chimere/templates/main_map.html b/chimere/templates/main_map.html index 8b8cc2e..b615f97 100644 --- a/chimere/templates/main_map.html +++ b/chimere/templates/main_map.html @@ -36,7 +36,7 @@ var p_zoom{%if p_zoom %} = {{p_zoom}}{%endif%}; var p_lat{%if p_lat %} = {{p_lat}}{%endif%}; var p_lon{%if p_lon %} = {{p_lon}}{%endif%}; var p_display_submited{%if p_display_submited %} = {{p_display_submited}}{%endif%}; -var p_checked_categories{%if p_checked_categories %} = [{{p_checked_categories}}];{%endif%} +var p_checked_categories{%if p_checked_categories %} = [{{p_checked_categories}}]{%endif%}; var p_current_feature{% if p_current_feature %} = {{p_current_feature}}{%endif%}; init(); // --> {% endblock %} -- cgit v1.2.3