Index: lams_tool_task/web/pages/authoring/authoring.jsp =================================================================== diff -u -r8b97231e320c0c5b674f07c14da711f232ba9e1c -re1294a6f98a02a9509d5da2c9d0c8204f487b230 --- lams_tool_task/web/pages/authoring/authoring.jsp (.../authoring.jsp) (revision 8b97231e320c0c5b674f07c14da711f232ba9e1c) +++ lams_tool_task/web/pages/authoring/authoring.jsp (.../authoring.jsp) (revision e1294a6f98a02a9509d5da2c9d0c8204f487b230) @@ -23,14 +23,9 @@ } function doSelectTab(tabId) { - // start optional tab controller stuff var tag = document.getElementById("currentTab"); tag.value = tabId; - // end optional tab controller stuff - //if we're leaving Condition tab its addCondition area should be closed - if (tabId != 3) window.parent.hideConditionMessage(); - selectTab(tabId); //for advanceTab