From 7cb5d31c21e1e8d5bac94dfd2b375d1b4d5752a1 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 24 May 2016 22:08:42 +0200 Subject: Add extra_js var to map template --- templates/chimere/blocks/map.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/chimere/blocks/map.html b/templates/chimere/blocks/map.html index 18c0d3d..e0e1749 100644 --- a/templates/chimere/blocks/map.html +++ b/templates/chimere/blocks/map.html @@ -41,6 +41,7 @@ $(function(){ $(".show-hide-panel").hide(); $("#categories-lnk").hide(); });{% endif %} + {{extra_js|safe}} var chimere_init_options = {}; {% if MOBILE %}chimere_init_options["mobile"] = true;{% endif %} {% if enable_clustering %}chimere_init_options["enable_clustering"] = true;{% endif %} -- cgit v1.2.3