Index: lams_tool_gmap/web/includes/javascript/mapFunctionsLearning.js =================================================================== diff -u -r85266659bc41e621a34660901a06b5419af7224c -rd9e9f2df5d6f8b7f5553dd22cd809cf74b1d4067 --- lams_tool_gmap/web/includes/javascript/mapFunctionsLearning.js (.../mapFunctionsLearning.js) (revision 85266659bc41e621a34660901a06b5419af7224c) +++ lams_tool_gmap/web/includes/javascript/mapFunctionsLearning.js (.../mapFunctionsLearning.js) (revision d9e9f2df5d6f8b7f5553dd22cd809cf74b1d4067) @@ -44,11 +44,9 @@ if (title==null || title == "") { alert(errorMissingTitle); - return false; } else { - var info=document.getElementById("infoWindow").value; markers[x].title = title; markers[x].infoMessage = info;