From 545cae0dbdc3f5c2acba1b19853ab0cee29d835d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 10 Mar 2018 19:36:43 +0100 Subject: Fix map template: missing extra js --- 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 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 %} -- cgit v1.2.3