fix infowindow focus/blur event

This commit is contained in:
2015-12-16 20:44:34 +01:00
parent 5673df69f0
commit 8d60f8a20c

View File

@@ -49,8 +49,8 @@ oSpot.pageInit = function(asHash)
marker:
{
values:aoMessages,
options:{draggable:false}/*,
events:{click:function(marker, event, context)
options:{draggable:false},
/*events:{click:function(marker, event, context)
{
var asHash = self.getHash();
var sDestHash = asHash.items[0] || '';
@@ -61,7 +61,6 @@ oSpot.pageInit = function(asHash)
}
else self.zoomIn(marker, event, context);
}}*/
},
events:
{
mouseover: function(marker, event, context)
@@ -81,6 +80,7 @@ oSpot.pageInit = function(asHash)
if(infowindow) infowindow.close();
}
}
}
});
self.tmp('map', $Map.gmap3("get"));
});