Merge tag 'v2.10.38' into develop
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 29 Aug 2018 14:22:03 +0000 (10:22 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 29 Aug 2018 14:22:03 +0000 (10:22 -0400)
Version 2.10.38

1  2 
views/front/members/list.html

                  });
                {/if}
  
++<<<<<<< HEAD
 +                var mapContainerWidth = Number(leafletMap._container.clientWidth);
 +                var maxPopupWidth = .65 * mapContainerWidth;
 +                if (maxPopupWidth > 600) {
 +                    maxPopupWidth = 600;
 +                }
 +                var mapContainerHeight = Number(leafletMap._container.clientHeight);
 +                var maxPopupHeight = .7 * mapContainerHeight;
++=======
++>>>>>>> v2.10.38
  
                {foreach $mapItems as $m}
                  {if $m.lat != 0 && $m.lon != 0}