fix infowindow focus/blur event
This commit is contained in:
@@ -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"));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user