Index: lams_tool_mindmap/web/common/mapjs.jsp =================================================================== diff -u -r1d108307243c1960d04192dde886f305010443cf -r30051fffcb1145cc1b8344135570c8266689e2fd --- lams_tool_mindmap/web/common/mapjs.jsp (.../mapjs.jsp) (revision 1d108307243c1960d04192dde886f305010443cf) +++ lams_tool_mindmap/web/common/mapjs.jsp (.../mapjs.jsp) (revision 30051fffcb1145cc1b8344135570c8266689e2fd) @@ -33,7 +33,7 @@ mindMupContent = content; $.ajax({ method: "POST", - url: "${url=='author'?'/authoring/setMindmapContentJSON.do':'/learning/setMindmapContentJSON.do'}", + url: "${url=='author'? 'setMindmapContentJSON.do':'../learning/setMindmapContentJSON.do'}", data: { mindmapId: "${mindmapId}", userId: "${userId}", sessionId: "${sessionId}", mode: "${mode}" } , dataType: "json",