diff options
author | Evan Prodromou <evan@status.net> | 2009-11-19 13:24:03 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-11-19 13:24:03 -0500 |
commit | 507c7e1e6b2772ec1c138378cc6ca3c3e3f8df9c (patch) | |
tree | 7045a7e49b70a0c3c249cb2ad2abd805806439e6 /plugins | |
parent | 664239d39f064e72f03d1e0a27a356c1eee208b5 (diff) |
take out void setLabel() call in Mapstraction
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Mapstraction/usermap.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Mapstraction/usermap.js b/plugins/Mapstraction/usermap.js index 3a1379b8d..270b7efea 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('<a href="'+ n['user']['profile_url'] + '">' + n['user']['screen_name'] + '</a>' + ' ' + n['html'] + '<br/><a href="'+ n['url'] + '">'+ n['created_at'] + '</a>'); |