From eaca011bc9ceacaf952d599a9185837ade51ff3c Mon Sep 17 00:00:00 2001 From: Silvio Date: Tue, 12 Mar 2013 17:55:37 -0300 Subject: Minor fix --- gmap_arcgis.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gmap_arcgis.js b/gmap_arcgis.js index 2257dff..980b07f 100644 --- a/gmap_arcgis.js +++ b/gmap_arcgis.js @@ -93,6 +93,7 @@ function gmapArcgis(config) { if (typeof this.config['layers'][element].overlay != 'undefined') { this.config['layers'][element].overlay.setOpacity(this.config['layers'][element].opacity); this.unblockUI(); + return; } if (this.config['layers'][element].overlayTime != undefined) { -- cgit v1.2.3