summaryrefslogtreecommitdiff
path: root/js/codeq/robot.js
diff options
context:
space:
mode:
authorAleš Smodiš <aless@guru.si>2015-10-04 19:45:51 +0200
committerAleš Smodiš <aless@guru.si>2015-10-04 19:45:51 +0200
commitc3bbf004fc6c9278f954b0b6c69e2a256351a7d0 (patch)
tree68a2c068945fdea2c08aa565b1c2b305b784c10d /js/codeq/robot.js
parent30f3e117840b2d7929822c7436ac47ab66a755e0 (diff)
Adapted to changes in codeq-server: load_problem and end_problem upon entering and leaving the problem solving screen.
Diffstat (limited to 'js/codeq/robot.js')
-rw-r--r--js/codeq/robot.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/codeq/robot.js b/js/codeq/robot.js
index 2545f1e..c2d23e1 100644
--- a/js/codeq/robot.js
+++ b/js/codeq/robot.js
@@ -278,8 +278,11 @@
});
});
+ codeq.comms.loadProblem(problemDef.id).done();
+
return {
destroy: function () {
+ codeq.comms.endProblem().done();
$('#screen_robot .title').text('');//empty the title text
jqAllButtons.off();
editor.off('change');