# HG changeset patch # User Mario Ferraro # Date 1249126265 -3600 # Node ID 40cf7eaa032eb6b1e82d7d2d0e044ce5c88b49fb # Parent 3b11f9c24d6559f851b33f1df694d7aa32424de8 Role name for mentors now correctly shown in map's infoWindows. diff -r 3b11f9c24d65 -r 40cf7eaa032e 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 = "" + person.name + "
"; - html += "Student
"; + html += "Mentor
"; html += "
"; // iterate through projects jQuery.each(person.projects, function () {