projects
/
WP-Plugins
/
glm-member-db.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de78ea8
)
Update map info for title
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 13 Jun 2018 15:50:29 +0000
(11:50 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 13 Jun 2018 15:50:29 +0000
(11:50 -0400)
Need member_name from the mapItem
views/front/members/list.html
patch
|
blob
|
history
diff --git
a/views/front/members/list.html
b/views/front/members/list.html
index
ab5e907
..
69d61a3
100644
(file)
--- a/
views/front/members/list.html
+++ b/
views/front/members/list.html
@@
-564,7
+564,7
@@
position: new google.maps.LatLng({$m.lat}, {$m.lon}),
draggable: false,
animation: google.maps.Animation.DROP,
- title: '{$m.name|escape:quotes}',
+ title: '{$m.
member_
name|escape:quotes}',
descr: $('#map_info_' + {$m.id}).html(),
memberID: {$m.member}
});