From 5e487ec631faa885fc8f10b2d9fb346874e94955 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 22 Oct 2019 20:20:45 +0200 Subject: [PATCH] comma fix --- pages/_includes/ui/map.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/_includes/ui/map.html b/pages/_includes/ui/map.html index d2cc5cc03..df9632fc2 100644 --- a/pages/_includes/ui/map.html +++ b/pages/_includes/ui/map.html @@ -10,7 +10,7 @@ map: '{{ data.map }}', backgroundColor: 'transparent', color: 'rgba(120, 130, 140, .1)', - borderColor: 'transparent' + borderColor: 'transparent', {% if data.zoom %}enableZoom: true,{% endif %} }); });