summaryrefslogtreecommitdiff
path: root/js/codeq/robot.js
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.org>2015-10-01 19:21:19 +0200
committerTimotej Lazar <timotej.lazar@araneo.org>2015-10-01 19:21:19 +0200
commit35f081e1d2131ae4b6831b28fb837af2effc1e7e (patch)
tree0e693888de7f30b2fc2b251c16864808bf330942 /js/codeq/robot.js
parent1097b8392f799caa0e28334b67293b893beb5910 (diff)
Submit activity when closing problem screen
Diffstat (limited to 'js/codeq/robot.js')
-rw-r--r--js/codeq/robot.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/codeq/robot.js b/js/codeq/robot.js
index 1752f31..2545f1e 100644
--- a/js/codeq/robot.js
+++ b/js/codeq/robot.js
@@ -284,6 +284,7 @@
jqAllButtons.off();
editor.off('change');
codeq.comms.off('terminal_output'); // stop listening for the terminal events from server
+ activityHandler.flush();
hinter.destroy();
terminal.destroy();
jqDescriptionContent.empty();