diff options
-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 914f965..262a4f4 100644 --- a/templates/chimere/blocks/map.html +++ b/templates/chimere/blocks/map.html @@ -24,6 +24,7 @@ $("#{{map_id}}").show(); {% if single_category %} $(function() {$('#panel').hide()});{% endif %} + {{extra_js|safe}} var permalink = window.location.hash.substr(1); var chimere_init_options = { {% if MOBILE %}"mobile": true,{% endif %} |