Index: lams_tool_task/web/pages/authoring/authoring.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_task/web/pages/authoring/authoring.jsp,v diff -u -r1.8 -r1.9 --- lams_tool_task/web/pages/authoring/authoring.jsp 17 Jan 2014 22:18:14 -0000 1.8 +++ lams_tool_task/web/pages/authoring/authoring.jsp 3 Jun 2016 09:21:30 -0000 1.9 @@ -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){