Skip to content

Commit e8bcd91

Browse files
Merge pull request #61 from a2i2/nick/fix-break-timeout
Add the break timeout functionality back in [CON-2994]
2 parents 7042349 + 6c0c9b3 commit e8bcd91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/src/scenes/mainTask.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ var showBreakDialog = function(context) {
985985
breakTime,
986986
BREAK_TAG,
987987
() => { continueGameAfterBreak(context); }, // continue the game regardless after the break is automatically or manually stopped
988-
() => {}
988+
() => { continueGameAfterBreak(context); }
989989
);
990990
}
991991

0 commit comments

Comments
 (0)