Index: lams_tool_gmap/web/includes/javascript/mapFunctionsAuthoring.js =================================================================== diff -u -r2b2959ec969dc53b7a097c27702bbd1a873473d1 -r0df949c35b97a625059e37ca0902ac238e2ecadc --- lams_tool_gmap/web/includes/javascript/mapFunctionsAuthoring.js (.../mapFunctionsAuthoring.js) (revision 2b2959ec969dc53b7a097c27702bbd1a873473d1) +++ lams_tool_gmap/web/includes/javascript/mapFunctionsAuthoring.js (.../mapFunctionsAuthoring.js) (revision 0df949c35b97a625059e37ca0902ac238e2ecadc) @@ -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 =================================================================== diff -u -r2b2959ec969dc53b7a097c27702bbd1a873473d1 -r0df949c35b97a625059e37ca0902ac238e2ecadc --- lams_tool_gmap/web/includes/javascript/mapFunctionsLearning.js (.../mapFunctionsLearning.js) (revision 2b2959ec969dc53b7a097c27702bbd1a873473d1) +++ lams_tool_gmap/web/includes/javascript/mapFunctionsLearning.js (.../mapFunctionsLearning.js) (revision 0df949c35b97a625059e37ca0902ac238e2ecadc) @@ -5,7 +5,7 @@ { if (userMarkerCount == markerLimit) { - alert("You have reached the marker limit, you cannot add any more"); + alert(markerLimitMsg); return; } } Fisheye: Tag 0df949c35b97a625059e37ca0902ac238e2ecadc 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 =================================================================== diff -u -r3299d560146318cb6f26ec2b234e3af70ec21eba -r0df949c35b97a625059e37ca0902ac238e2ecadc --- lams_tool_gmap/web/includes/javascript/monitoring.js (.../monitoring.js) (revision 3299d560146318cb6f26ec2b234e3af70ec21eba) +++ lams_tool_gmap/web/includes/javascript/monitoring.js (.../monitoring.js) (revision 0df949c35b97a625059e37ca0902ac238e2ecadc) @@ -1,7 +1,4 @@ -function init() { - selectTab(1); -} function doSelectTab(tabId) { selectTab(tabId); }