Update to use id instoad of the member pointer for the descr in bubble
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 17 Oct 2017 15:12:29 +0000 (11:12 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 17 Oct 2017 15:13:39 +0000 (11:13 -0400)
To call the bubble correctly it needs the m.id which is pointing to the member info id.

glm-member-db/views/front/members/list.html

index 9eaac41..fb99c90 100644 (file)
@@ -708,7 +708,7 @@ Search Terms:
                             draggable: false,
                             animation: google.maps.Animation.DROP,
                             title: '{$m.member|escape}',
-                            descr: $('#map_info_' + {$m.member}).html(),
+                            descr: $('#map_info_' + {$m.id}).html(),
                             memberID: {$m.member}
                         });