Index: lams_tool_task/web/pages/authoring/authoring.jsp =================================================================== diff -u -r8b97231e320c0c5b674f07c14da711f232ba9e1c -r0c4efa7a6cba014c5a299ba283b89bda2700d6e0 --- lams_tool_task/web/pages/authoring/authoring.jsp (.../authoring.jsp) (revision 8b97231e320c0c5b674f07c14da711f232ba9e1c) +++ lams_tool_task/web/pages/authoring/authoring.jsp (.../authoring.jsp) (revision 0c4efa7a6cba014c5a299ba283b89bda2700d6e0) @@ -23,19 +23,15 @@ } 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 - if(tabId == 2) + if(tabId == 2) { changeMinTasks(-1); + } } function changeMinTasks(initVal){