[21919] users/mww/map.html

source_changes at macosforge.org source_changes at macosforge.org
Sun Feb 11 11:10:04 PST 2007


Revision: 21919
          http://trac.macosforge.org/projects/macports/changeset/21919
Author:   mww at macports.org
Date:     2007-02-11 11:10:04 -0800 (Sun, 11 Feb 2007)

Log Message:
-----------
remove unused argument

Modified Paths:
--------------
    users/mww/map.html

Modified: users/mww/map.html
===================================================================
--- users/mww/map.html	2007-02-11 19:05:38 UTC (rev 21918)
+++ users/mww/map.html	2007-02-11 19:10:04 UTC (rev 21919)
@@ -36,11 +36,11 @@
 icons['committers'].infoWindowAnchor = new GPoint(5, 1);
 
 // Place a marker
-function addMarker(point, name, mail, image) {
+function addMarker(point, name, mail, image, aux) {
     var marker = new GMarker(point, icons['commiters']);
     map.addOverlay(marker);
     GEvent.addListener(marker, "click", function() {
-            marker.openInfoWindowHtml("<img width='48' height='48' src='" + image + "'/>&nbsp;<a href=\"mailto:" + mail + "\"><tt>" + name + "</tt></a><br/>" + loc);
+            marker.openInfoWindowHtml("<img width='48' height='48' src='" + image + "'/>&nbsp;<a href=\"mailto:" + mail + "\"><tt>" + name + "</tt></a><br/>" + aux);
             });
 }
 
@@ -57,7 +57,8 @@
             addMarker(point,
                     markers[i].getAttribute("name"),
                     markers[i].getAttribute("mail"),
-                    markers[i].getAttribute("image")
+                    markers[i].getAttribute("image"),
+                    ""
                     );
         }
     }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070211/d4d2ec75/attachment.html


More information about the macports-changes mailing list