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