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:
29336ee
)
Re-capitalise Control keyword in front member list during initMap
author
Laury GvR
<laury@gaslightmedia.com>
Thu, 14 Feb 2019 19:10:52 +0000
(14:10 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Thu, 14 Feb 2019 19:10:52 +0000
(14:10 -0500)
views/front/members/list.html
patch
|
blob
|
history
diff --git
a/views/front/members/list.html
b/views/front/members/list.html
index
c1dc24f
..
aa0db17
100755
(executable)
--- a/
views/front/members/list.html
+++ b/
views/front/members/list.html
@@
-529,7
+529,7
@@
var geocoder;
// Loading features
- var loadingControl = L.
c
ontrol.loading({
+ var loadingControl = L.
C
ontrol.loading({
separate: true,
delayIndicator: 500
});