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:
d6be320
)
Fix conflict in list view
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 29 Aug 2018 15:54:27 +0000
(11:54 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 29 Aug 2018 15:54:27 +0000
(11:54 -0400)
on develop branch
views/front/members/list.html
patch
|
blob
|
history
diff --git
a/views/front/members/list.html
b/views/front/members/list.html
index
d6ac5de
..
e8efa55
100755
(executable)
--- a/
views/front/members/list.html
+++ b/
views/front/members/list.html
@@
-572,7
+572,6
@@
});
{/if}
-<<<<<<< HEAD
var mapContainerWidth = Number(leafletMap._container.clientWidth);
var maxPopupWidth = .65 * mapContainerWidth;
if (maxPopupWidth > 600) {
@@
-580,8
+579,6
@@
}
var mapContainerHeight = Number(leafletMap._container.clientHeight);
var maxPopupHeight = .7 * mapContainerHeight;
-=======
->>>>>>> v2.10.38
{foreach $mapItems as $m}
{if $m.lat != 0 && $m.lon != 0}