Index: lams_learning/web/main.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/main.jsp,v diff -u -r1.29 -r1.30 --- lams_learning/web/main.jsp 21 Apr 2014 17:09:32 -0000 1.29 +++ lams_learning/web/main.jsp 20 Jun 2014 17:34:17 -0000 1.30 @@ -58,9 +58,6 @@ TOSTART_ACTIVITY : '', SUPPORT_ACTIVITY : '' }, - - supportSeparatorRow = null, - supportPart = null, parentURL = "${notifyCloseURL}", lessonId = '${param.lessonID}', @@ -84,10 +81,6 @@ // show if panel is not disabled in LAMS Configuration if (progressPanelEnabled) { - // these DOM elements are accessed often, so cache reference to them - supportSeparatorRow = $('#supportSeparatorRow'); - supportPart = $('#supportPart'); - $('body').layout({ west : { applyDefaultStyles : true,