From: Steve Sutton Date: Tue, 17 Oct 2017 15:12:29 +0000 (-0400) Subject: Update to use id instoad of the member pointer for the descr in bubble X-Git-Tag: v1.0.0^2~14 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=365fd6d1390798b0bc03821ed993d56b7d8c868a;p=WP-Themes%2Fmichigantrailmaps.git Update to use id instoad of the member pointer for the descr in bubble To call the bubble correctly it needs the m.id which is pointing to the member info id. --- diff --git a/glm-member-db/views/front/members/list.html b/glm-member-db/views/front/members/list.html index 9eaac41..fb99c90 100644 --- a/glm-member-db/views/front/members/list.html +++ b/glm-member-db/views/front/members/list.html @@ -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} });