take out void setLabel() call in Mapstraction
This commit is contained in:
parent
664239d39f
commit
507c7e1e6b
|
@ -32,7 +32,6 @@ $(document).ready(function() {
|
|||
pt = new mxn.LatLonPoint(lat, lon);
|
||||
mkr = new mxn.Marker(pt);
|
||||
|
||||
mkr.setLabel();
|
||||
mkr.setIcon(n['user']['profile_image_url']);
|
||||
mkr.setInfoBubble('<a href="'+ n['user']['profile_url'] + '">' + n['user']['screen_name'] + '</a>' + ' ' + n['html'] +
|
||||
'<br/><a href="'+ n['url'] + '">'+ n['created_at'] + '</a>');
|
||||
|
|
Loading…
Reference in New Issue
Block a user