From 9fa568ee66d34f05dd6208499d49b80b82622bfc Mon Sep 17 00:00:00 2001
From: Eric Rasmussen <erasmussen2@unl.edu>
Date: Wed, 4 Nov 2009 15:27:33 +0000
Subject: [PATCH] mixed up lat and long for microgravity students

---
 customindex/witw_people.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/customindex/witw_people.js b/customindex/witw_people.js
index 97832aba..fcdbd9e9 100644
--- a/customindex/witw_people.js
+++ b/customindex/witw_people.js
@@ -244,7 +244,7 @@ function displayTrischaZornHudson() {
 			'Trischa_Zorn-Hudson');
 };
 function displayMicrogravityStudents() {
-	return openLocation('37.0625', '-95.6771','demouser','USA - Houston, TX','Microgravity Students',
+	return openLocation('-95.6771', '37.0625','demouser','USA - Houston, TX','Microgravity Students',
 			'',
 			'In spring of 2009, two teams from the College of Engineering conducted experiments with NASA\'s Microgravity University.',
 			'Microgravity_Students');
-- 
GitLab