From 7344e192658bb9bfa8a5d010d9e999dbcd6604f6 Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Mon, 26 Aug 2013 00:56:41 +0100 Subject: [PATCH] fix 'show portal weakness, so it sets the fill, rather than border, colour when marking a not-weak portal --- plugins/show-portal-weakness.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/show-portal-weakness.user.js b/plugins/show-portal-weakness.user.js index b1e84626..c7622d3e 100644 --- a/plugins/show-portal-weakness.user.js +++ b/plugins/show-portal-weakness.user.js @@ -77,7 +77,7 @@ window.plugin.portalWeakness.highlightWeakness = function(data) { } data.portal.setStyle(params); } else { - data.portal.setStyle({color: COLORS[getTeam(data.portal.options.details)], + data.portal.setStyle({fillColor: COLORS[getTeam(data.portal.options.details)], fillOpacity: 0.5, dashArray: null}); }