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.8.2.1 --- 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 9 Feb 2016 18:32:41 -0000 1.8.2.1 @@ -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