Index: lams_tool_assessment/web/pages/learning/learning.jsp =================================================================== diff -u -r88aed13531804313250bc33b09743ed763b2824e -rcfd463431d2171b40403dcff2508408e72685c0e --- lams_tool_assessment/web/pages/learning/learning.jsp (.../learning.jsp) (revision 88aed13531804313250bc33b09743ed763b2824e) +++ lams_tool_assessment/web/pages/learning/learning.jsp (.../learning.jsp) (revision cfd463431d2171b40403dcff2508408e72685c0e) @@ -305,14 +305,14 @@ }, onExpiry: function(periods) { - $.blockUI({ message: '

' }); + $.blockUI({ message: '

' }); setTimeout(function() { submitAll(true); }, 4000); },
- description: "
" + description: "
" }); } @@ -359,7 +359,7 @@ } $.jGrowl( - " ", + " ", { life: 2000, closeTemplate: '' } ); }, @@ -369,7 +369,7 @@ window.setInterval(learnerAutosave, autosaveInterval); function onLearnerAutosaveError() { - alert(''); + alert(''); location.reload(); } @@ -562,7 +562,7 @@ } else { if (!skipValidation) { - alert(''); + alert(''); skipValidation = true; } else { return true;