From e4faf7cf05a04b1b788abca68f2cc73ce754a06a Mon Sep 17 00:00:00 2001 From: cyberbeat <cyberbeat@gmx.de> Date: Tue, 22 Dec 2015 19:45:08 +0100 Subject: [PATCH] Indentation --- plugins/UserCountryMap/javascripts/realtime-map.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/UserCountryMap/javascripts/realtime-map.js b/plugins/UserCountryMap/javascripts/realtime-map.js index e2ff714cde..ea7f2107d4 100644 --- a/plugins/UserCountryMap/javascripts/realtime-map.js +++ b/plugins/UserCountryMap/javascripts/realtime-map.js @@ -518,8 +518,8 @@ return d.name; } }); - if (currentMap.length==3){ - map.addLayer('regions', { + if (currentMap.length == 3){ + map.addLayer('regions', { styles: { stroke: colors['region-stroke-color'] } -- GitLab