Index: lams_monitoring/web/includes/javascript/monitorLesson.js =================================================================== diff -u -r0de5ef72f59f3d3ec997b010749cf50683daba47 -r81420a2a0dbbc856147ac7dbe06702cc9f5f48e1 --- lams_monitoring/web/includes/javascript/monitorLesson.js (.../monitorLesson.js) (revision 0de5ef72f59f3d3ec997b010749cf50683daba47) +++ lams_monitoring/web/includes/javascript/monitorLesson.js (.../monitorLesson.js) (revision 81420a2a0dbbc856147ac7dbe06702cc9f5f48e1) @@ -1982,7 +1982,7 @@ 'x' : coord.x + 180, 'y' : coord.y - 1, 'width' : 20, - 'height' : 20 + 'height' : 21 }); } } else if (isGate) { @@ -2110,21 +2110,6 @@ showLearnerGroupDialog(ajaxProperties, activity.title, false, true, usersViewable, false); }); } - - if (activity.requiresAttention){ - $('#act' + activity.id + 'attention', sequenceCanvas).click(function(event){ - event.stopPropagation(); - // switch to first tab where attention prompts are listed - if ($('#tblmonitor-tab-content').length == 0) { - // wer are in regular monitor, so switch to first tab to perform tasks - doSelectTab(1); - } else { - // we are in TBL mode, so switch back to regular monitor to perform tasks - switchToRegularMonitor(true); - } - - }); - } }