Index: lams_tool_gmap/web/includes/javascript/mapFunctionsAuthoring.js =================================================================== RCS file: /usr/local/cvsroot/lams_tool_gmap/web/includes/javascript/mapFunctionsAuthoring.js,v diff -u -r1.3 -r1.4 --- lams_tool_gmap/web/includes/javascript/mapFunctionsAuthoring.js 26 Jun 2008 00:21:07 -0000 1.3 +++ lams_tool_gmap/web/includes/javascript/mapFunctionsAuthoring.js 1 Jul 2008 01:21:27 -0000 1.4 @@ -61,8 +61,6 @@ } } - -// TODO: This method should only be included for the authoring pages, put them in another file function saveMapState() { document.getElementById("mapZoom").value=map.getZoom(); Index: lams_tool_gmap/web/includes/javascript/mapFunctionsLearning.js =================================================================== RCS file: /usr/local/cvsroot/lams_tool_gmap/web/includes/javascript/mapFunctionsLearning.js,v diff -u -r1.3 -r1.4 --- lams_tool_gmap/web/includes/javascript/mapFunctionsLearning.js 26 Jun 2008 00:21:07 -0000 1.3 +++ lams_tool_gmap/web/includes/javascript/mapFunctionsLearning.js 1 Jul 2008 01:21:27 -0000 1.4 @@ -5,7 +5,7 @@ { if (userMarkerCount == markerLimit) { - alert("You have reached the marker limit, you cannot add any more"); + alert(markerLimitMsg); return; } } Fisheye: Tag 1.2 refers to a dead (removed) revision in file `lams_tool_gmap/web/includes/javascript/mapFunctionsMonitoring.js'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_gmap/web/includes/javascript/monitoring.js =================================================================== RCS file: /usr/local/cvsroot/lams_tool_gmap/web/includes/javascript/monitoring.js,v diff -u -r1.1 -r1.2 --- lams_tool_gmap/web/includes/javascript/monitoring.js 23 May 2008 06:29:09 -0000 1.1 +++ lams_tool_gmap/web/includes/javascript/monitoring.js 1 Jul 2008 01:21:27 -0000 1.2 @@ -1,7 +1,4 @@ -function init() { - selectTab(1); -} function doSelectTab(tabId) { selectTab(tabId); }