From 7358b021bcbba9b748959b65f7b69366fc139b39 Mon Sep 17 00:00:00 2001
From: Ray Liu <rayliu109@gmail.com>
Date: Mon, 2 Apr 2018 19:06:16 -0400
Subject: [PATCH] Changed info function name

---
 tomcat/webapps/Trawl/infoWindow.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tomcat/webapps/Trawl/infoWindow.js b/tomcat/webapps/Trawl/infoWindow.js
index 66e5876..74fc822 100644
--- a/tomcat/webapps/Trawl/infoWindow.js
+++ b/tomcat/webapps/Trawl/infoWindow.js
@@ -4,7 +4,7 @@
 // Displays markers on a map centred at the Laurentian Great Lakes 
 // When the user clicks the marker, an info window opens
 
-function initMap(lati, longi,info) {
+function initInfo(lati, longi,info) {
 	for(int i=0; i < lati.length; i++){
 		
 		// Generate map centred at Great Lakes
-- 
GitLab