From 69234ef063a476afc9ad850e9c09b0480c463313 Mon Sep 17 00:00:00 2001 From: fkloft Date: Thu, 17 Oct 2013 21:56:46 +0200 Subject: [PATCH] Small bugfix (it was impossible to select a neutral portal) --- code/portal_detail_display.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/portal_detail_display.js b/code/portal_detail_display.js index f2f513bd..47967e57 100644 --- a/code/portal_detail_display.js +++ b/code/portal_detail_display.js @@ -152,7 +152,7 @@ window.setPortalIndicators = function(d) { weight: 3, dashArray: range.isLinkable ? undefined : "10,10", clickable: false }) - : L.circle(coord, range, { fill: false, stroke: false, clickable: false }) + : L.circle(coord, range.range, { fill: false, stroke: false, clickable: false }) ).addTo(map); portalAccessIndicator = L.circle(coord, HACK_RANGE,