Role name for mentors now correctly shown in map's infoWindows.
authorMario Ferraro <fadinlight@gmail.com>
Sat, 01 Aug 2009 12:31:05 +0100
changeset 2700 40cf7eaa032e
parent 2699 3b11f9c24d65
child 2701 37abba547f8b
Role name for mentors now correctly shown in map's infoWindows.
app/soc/content/js/map-090730.js
--- a/app/soc/content/js/map-090730.js	Sat Aug 01 10:07:08 2009 +0200
+++ b/app/soc/content/js/map-090730.js	Sat Aug 01 12:31:05 2009 +0100
@@ -282,7 +282,7 @@
 
           marker = new GMarker(point, mentor_icon);
           html = "<strong>" + person.name + "</strong><br />";
-          html += "<span style='font-style:italic;'>Student</span><br />";
+          html += "<span style='font-style:italic;'>Mentor</span><br />";
           html += "<div style='height:100px;width:300px;overflow:auto;font-size:70%'>";
           // iterate through projects
           jQuery.each(person.projects, function () {