Index: lams_tool_gmap/web/includes/jsp/mapFunctions.jsp
===================================================================
diff -u -ra157a5380a6d076e3a0ce6ce63b948175e1eeb47 -r6a57078ba37aa7459ac8b400e717e33a350c9cfd
--- lams_tool_gmap/web/includes/jsp/mapFunctions.jsp (.../mapFunctions.jsp) (revision a157a5380a6d076e3a0ce6ce63b948175e1eeb47)
+++ lams_tool_gmap/web/includes/jsp/mapFunctions.jsp (.../mapFunctions.jsp) (revision 6a57078ba37aa7459ac8b400e717e33a350c9cfd)
@@ -407,13 +407,6 @@
return true;
}
-
-// refreshes the page
-function refresh()
-{
- location.reload(true);
-}
-
// Serialises the marker array into an xml string for processing on the back end
function serialiseMarkers()
{
Index: lams_tool_gmap/web/pages/learning/gmap.jsp
===================================================================
diff -u -rf2868221badcd51a57e5c5ef3d249b9072b35b74 -r6a57078ba37aa7459ac8b400e717e33a350c9cfd
--- lams_tool_gmap/web/pages/learning/gmap.jsp (.../gmap.jsp) (revision f2868221badcd51a57e5c5ef3d249b9072b35b74)
+++ lams_tool_gmap/web/pages/learning/gmap.jsp (.../gmap.jsp) (revision 6a57078ba37aa7459ac8b400e717e33a350c9cfd)
@@ -1,5 +1,6 @@
<%@ include file="/common/taglibs.jsp"%>