Index: lams_tool_doku/web/pages/learning/learning.jsp =================================================================== diff -u -r4964ab69222479e65618ae30e4dde3536163735a -rb7f0f1b0246677a801a7a6effc9ca42e9cd2d1ce --- lams_tool_doku/web/pages/learning/learning.jsp (.../learning.jsp) (revision 4964ab69222479e65618ae30e4dde3536163735a) +++ lams_tool_doku/web/pages/learning/learning.jsp (.../learning.jsp) (revision b7f0f1b0246677a801a7a6effc9ca42e9cd2d1ce) @@ -152,10 +152,12 @@ if (counterInitialised) { // just set the new time $('#countdown').countdown('option', 'until', secondsLeft + 'S'); - } else if (timeLimitExceeded && secondsLeft > 0){ - // teacher gave extra time, reload to writable Etherpad - location.reload(); - return; + } else if (timeLimitExceeded){ + if (secondsLeft > 0) { + // teacher gave extra time, reload to writable Etherpad + location.reload(); + return; + } } else { // initialise the timer displayCountdown(secondsLeft);