Index: lams_tool_mindmap/web/WEB-INF/tags/AuthoringButton.tag =================================================================== diff -u -re05eabde125abc5f2847a169592b3b5e6bd60091 -rea809431f59d9e0328e6b069dcb46a064e935136 --- lams_tool_mindmap/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision e05eabde125abc5f2847a169592b3b5e6bd60091) +++ lams_tool_mindmap/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision ea809431f59d9e0328e6b069dcb46a064e935136) @@ -123,7 +123,7 @@ }
- + Index: lams_tool_mindmap/web/pages/authoring/authoring.jsp =================================================================== diff -u -re05eabde125abc5f2847a169592b3b5e6bd60091 -rea809431f59d9e0328e6b069dcb46a064e935136 --- lams_tool_mindmap/web/pages/authoring/authoring.jsp (.../authoring.jsp) (revision e05eabde125abc5f2847a169592b3b5e6bd60091) +++ lams_tool_mindmap/web/pages/authoring/authoring.jsp (.../authoring.jsp) (revision ea809431f59d9e0328e6b069dcb46a064e935136) @@ -37,6 +37,10 @@ // set Mindmap content before submitting authoring form $(document).ready(function() { + var hasFlash = ((typeof navigator.plugins != "undefined" && typeof navigator.plugins["Shockwave Flash"] == "object") || (window.ActiveXObject && (new ActiveXObject("ShockwaveFlash.ShockwaveFlash")) != false)); + if(hasFlash != true){ + $("#save").hide(); + } // selects "save" button in lams:AuthoringButton tag $('a[href*="doSubmit_Form_Only()"]').click(setMindmapContent); }); Index: lams_tool_mindmap/web/pages/authoring/basic.jsp =================================================================== diff -u -r282164973f73a12f93366c1fe97b2b46e4e31bd7 -rea809431f59d9e0328e6b069dcb46a064e935136 --- lams_tool_mindmap/web/pages/authoring/basic.jsp (.../basic.jsp) (revision 282164973f73a12f93366c1fe97b2b46e4e31bd7) +++ lams_tool_mindmap/web/pages/authoring/basic.jsp (.../basic.jsp) (revision ea809431f59d9e0328e6b069dcb46a064e935136) @@ -22,7 +22,7 @@
-
- message.enableFlashAuthorMonitor -
+ + message.enableFlashAuthorMonitor +