Index: lams_tool_assessment/web/pages/learning/learning.jsp
===================================================================
diff -u -r29bc39cd5828fbffdc6a414fd18b91e6a89f66c4 -r5b3de375324cb89215865883a2658932ff2bd846
--- lams_tool_assessment/web/pages/learning/learning.jsp (.../learning.jsp) (revision 29bc39cd5828fbffdc6a414fd18b91e6a89f66c4)
+++ lams_tool_assessment/web/pages/learning/learning.jsp (.../learning.jsp) (revision 5b3de375324cb89215865883a2658932ff2bd846)
@@ -12,9 +12,6 @@
-<%--
-
- --%>
@@ -251,38 +248,6 @@
});
}
-
- /*
- $(document).ready(function(){
- //show timelimit-start-dialog in order to start countdown
- if (${sessionMap.isTimeLimitNotLaunched}) {
-
- $.blockUI({
- message: $('#timelimit-start-dialog'),
- css: { width: '325px', height: '120px'},
- overlayCSS: { opacity: '.98'}
- });
-
- //once OK button pressed start countdown
- $('#timelimit-start-ok').click(function() {
-
- //store date when user has started activity with time limit
- $.ajax({
- async: true,
- url: '',
- data: 'sessionMapID=${sessionMapID}',
- type: 'post'
- });
-
- $.unblockUI();
- initAssessmentTimeLimitWebsocket();
- isWaitingForConfirmation = false;
- });
-
- } else {
- initAssessmentTimeLimitWebsocket();
- }
- });*/
//autosave feature
@@ -609,15 +574,6 @@
-
-
-
-
-
-
-