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:
885445f
)
Update the js script for detail and list page members no geolocation
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 20 Jun 2016 12:43:35 +0000
(08:43 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 21 Jun 2016 21:39:40 +0000
(17:39 -0400)
The geolocation is not being used currently and some browsers are asking
for permission evertime they get to the list or detail pages for
members.
views/front/members/detail.html
patch
|
blob
|
history
diff --git
a/views/front/members/detail.html
b/views/front/members/detail.html
index
e00c5bf
..
810f70c
100644
(file)
--- a/
views/front/members/detail.html
+++ b/
views/front/members/detail.html
@@
-459,7
+459,7
@@
//});
//}
- }
+
//
}
// Load map
google.maps.event.addDomListener(window, 'load', initMap);