projects
/
WP-Themes
/
uptravel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e5ef95
)
Fix duplicate call to initMap() in custom member db list view file
author
Laury GvR
<laury@gaslightmedia.com>
Fri, 7 Dec 2018 19:22:19 +0000
(14:22 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Fri, 7 Dec 2018 19:22:19 +0000
(14:22 -0500)
glm-member-db/views/front/members/list.html
patch
|
blob
|
history
diff --git
a/glm-member-db/views/front/members/list.html
b/glm-member-db/views/front/members/list.html
index
1ea731a
..
bc25e7d
100644
(file)
--- a/
glm-member-db/views/front/members/list.html
+++ b/
glm-member-db/views/front/members/list.html
@@
-797,12
+797,11
@@
}
});
{if $view != 'no-map'}
- {if $settings.list_map_show_opened }
+ {if $settings.list_map_show_opened
|| $view == 'map'
}
// Start with map opened
initMap();
mapInitialized = true;
{/if}
- initMap();
{/if}
// Processes click-through counts for website links