Index: lams_monitoring/web/timeLimit.jsp =================================================================== diff -u -rc0b0a7432face1dba3be2bffcf0332ad7e97170a -r8853aed83e14eb0e9c29c5af3c856bdc90ea0668 --- lams_monitoring/web/timeLimit.jsp (.../timeLimit.jsp) (revision c0b0a7432face1dba3be2bffcf0332ad7e97170a) +++ lams_monitoring/web/timeLimit.jsp (.../timeLimit.jsp) (revision 8853aed83e14eb0e9c29c5af3c856bdc90ea0668) @@ -477,7 +477,7 @@ row.removeClass('hidden'); - if (this.adjustment === 0){ + if (this.adjustment === 0 || this.finished){ return true; } let secondsLeft = absoluteTimeLimitFinish - Math.round(now / 1000) + this.adjustment * 60;