Index: lams_tool_mindmap/web/pages/authoring/authoring.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_mindmap/web/pages/authoring/authoring.jsp,v diff -u -r1.5 -r1.6 --- lams_tool_mindmap/web/pages/authoring/authoring.jsp 22 Apr 2009 04:56:26 -0000 1.5 +++ lams_tool_mindmap/web/pages/authoring/authoring.jsp 15 Nov 2011 08:59:38 -0000 1.6 @@ -34,6 +34,12 @@ { swfobject.embedSWF("${mindmapType}", "flashContent", x, y, "9.0.0", false, flashvars); } + + // set Mindmap content before submitting authoring form + $(document).ready(function(){ + // selects "save" button in lams:AuthoringButton tag + $('a[href*="doSubmit_Form_Only()"]').click(setMindmapContent); + }); //]]>