From: Evan Prodromou Date: Thu, 19 Nov 2009 18:24:03 +0000 (-0500) Subject: take out void setLabel() call in Mapstraction X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=507c7e1e6b2772ec1c138378cc6ca3c3e3f8df9c;p=quix0rs-gnu-social.git take out void setLabel() call in Mapstraction --- diff --git a/plugins/Mapstraction/usermap.js b/plugins/Mapstraction/usermap.js index 3a1379b8d4..270b7efea0 100644 --- a/plugins/Mapstraction/usermap.js +++ b/plugins/Mapstraction/usermap.js @@ -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('' + n['user']['screen_name'] + '' + ' ' + n['html'] + '
'+ n['created_at'] + '');