Skip to content
Snippets Groups Projects
Commit 39ef63a6 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

small edits, allow globe without explanation

parent 01abf7fb
Branches
No related tags found
No related merge requests found
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
</script> </script>
<?php <?php
$rc++; $rc++;
if($user->longitude != undefined && $user->longitude != "" && $user->map_explanation != undefined && $user->map_explanation != ""){ if($user->longitude != undefined && $user->longitude != ""){
echo "<div class=\"member_icon\"><img onclick=\"window.openLocation('" . $user->longitude . "','" . $user->latitude . "','" . $user->username . "',"; echo "<div class=\"member_icon\"><img onclick=\"window.openLocation('" . $user->longitude . "','" . $user->latitude . "','" . $user->username . "',";
if($user->profile_country) if($user->profile_country)
echo "'" . $user->profile_country . " - " . str_replace("'","\'",htmlentities($user->profile_city)) . ", " . $user->profile_state . "',"; echo "'" . $user->profile_country . " - " . str_replace("'","\'",htmlentities($user->profile_city)) . ", " . $user->profile_state . "',";
......
...@@ -53,7 +53,7 @@ span.latlngMe{ ...@@ -53,7 +53,7 @@ span.latlngMe{
position:absolute;top:28px; position:absolute;top:28px;
color:#6b6b6b; color:#6b6b6b;
} }
#YourselfOnTheMap{ #plotMe #YourselfOnTheMap{
margin-right:30px; margin-right:30px;
cursor:pointer; cursor:pointer;
border:1px solid #ddd !important; border:1px solid #ddd !important;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment