From 46b3ad1ec407a347c64d49ff47a9bddecccdb9bd Mon Sep 17 00:00:00 2001 From: Marco Klein Date: Tue, 29 Aug 2023 14:50:10 +0200 Subject: [PATCH] feat: Allow multiple markers to be applied --- app/scripts/modal.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/scripts/modal.js b/app/scripts/modal.js index 29ec9e6..b816750 100644 --- a/app/scripts/modal.js +++ b/app/scripts/modal.js @@ -65,14 +65,12 @@ function _addEnvironmentLabel() { if(CURRENT_LOCATION.indexOf(PLUGIN_STATE.strictList[i].address) > -1) { CURRENT_CONFIG = PLUGIN_STATE.strictList[i]; _addMarker(CURRENT_CONFIG); - return; } } for(var i = 0; i