]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
take out void setLabel() call in Mapstraction
authorEvan Prodromou <evan@status.net>
Thu, 19 Nov 2009 18:24:03 +0000 (13:24 -0500)
committerEvan Prodromou <evan@status.net>
Thu, 19 Nov 2009 18:24:03 +0000 (13:24 -0500)
plugins/Mapstraction/usermap.js

index 3a1379b8d4029c70616352d4493efd865c0c6692..270b7efea00c5bc42b473fccc34a38a621069e8c 100644 (file)
@@ -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>');