Index: lams_learning/web/presenceChat.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_learning/web/presenceChat.jsp,v
diff -u -r1.7 -r1.8
--- lams_learning/web/presenceChat.jsp 5 Aug 2014 15:09:25 -0000 1.7
+++ lams_learning/web/presenceChat.jsp 11 May 2016 10:44:12 -0000 1.8
@@ -8,13 +8,13 @@
<%-- initial html / presence.js adds on html into here --%>
<%-- only pop the message box if im is enabled --%>
-
+
Index: lams_monitoring/web/includes/javascript/monitorLesson.js
===================================================================
RCS file: /usr/local/cvsroot/lams_monitoring/web/includes/javascript/monitorLesson.js,v
diff -u -r1.65 -r1.66
--- lams_monitoring/web/includes/javascript/monitorLesson.js 1 Dec 2015 11:10:26 -0000 1.65
+++ lams_monitoring/web/includes/javascript/monitorLesson.js 11 May 2016 10:44:09 -0000 1.66
@@ -145,7 +145,7 @@
$('#imAvailableField').attr({
'checked' : null,
'disabled' : 'disabled'
- });
+ }).change();
alert(LABELS.LESSON_PRESENCE_DISABLE_ALERT);
}
}