diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-03-10 19:36:43 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-03-10 19:36:43 +0100 |
commit | 545cae0dbdc3f5c2acba1b19853ab0cee29d835d (patch) | |
tree | 69a0082b7e11d625433977f0cba6d9edb0e6d9b3 | |
parent | b2b61af84a392007c7a271ec8dfe00da452e3d88 (diff) | |
download | Chimère - projet Saclay-545cae0dbdc3f5c2acba1b19853ab0cee29d835d.tar.bz2 Chimère - projet Saclay-545cae0dbdc3f5c2acba1b19853ab0cee29d835d.zip |
Fix map template: missing extra js
-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 %} |