From 35f081e1d2131ae4b6831b28fb837af2effc1e7e Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Thu, 1 Oct 2015 19:21:19 +0200 Subject: Submit activity when closing problem screen --- js/codeq/python.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/codeq/python.js') diff --git a/js/codeq/python.js b/js/codeq/python.js index 440b5f7..49b6ccf 100644 --- a/js/codeq/python.js +++ b/js/codeq/python.js @@ -319,6 +319,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(); -- cgit v1.2.1