From 39ef63a6a9c888ed2ec388863ed2fb5b14cba834 Mon Sep 17 00:00:00 2001
From: Eric Rasmussen <erasmussen2@unl.edu>
Date: Fri, 18 Sep 2009 21:47:17 +0000
Subject: [PATCH] small edits, allow globe without explanation

---
 plugins/globe/views/default/globe/content.php | 2 +-
 plugins/globe/views/default/globe/css.php     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins/globe/views/default/globe/content.php b/plugins/globe/views/default/globe/content.php
index 8df2402e..1d8801a6 100644
--- a/plugins/globe/views/default/globe/content.php
+++ b/plugins/globe/views/default/globe/content.php
@@ -167,7 +167,7 @@
 						</script>
                     	<?php
                     	$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 . "',";
 	                    	if($user->profile_country)
 		                    	echo "'" . $user->profile_country . " - " . str_replace("'","\'",htmlentities($user->profile_city)) . ", " . $user->profile_state . "',";
diff --git a/plugins/globe/views/default/globe/css.php b/plugins/globe/views/default/globe/css.php
index 6c7bf833..f2e4181b 100644
--- a/plugins/globe/views/default/globe/css.php
+++ b/plugins/globe/views/default/globe/css.php
@@ -53,7 +53,7 @@ span.latlngMe{
 	position:absolute;top:28px;
 	color:#6b6b6b;
 }
-#YourselfOnTheMap{
+#plotMe #YourselfOnTheMap{
 	margin-right:30px;
 	cursor:pointer;
 	border:1px solid #ddd !important;
-- 
GitLab