summaryrefslogtreecommitdiff
path: root/js/codeq/robot.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/codeq/robot.js')
-rw-r--r--js/codeq/robot.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/js/codeq/robot.js b/js/codeq/robot.js
index f64e4a0..70f7c5d 100644
--- a/js/codeq/robot.js
+++ b/js/codeq/robot.js
@@ -46,14 +46,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
.fail(function (reason) {
codeq.log.error('Failed to obtain the problem definition: ' + reason, reason);
alert('Failed to obtain the problem definition: ' + reason);
-
- history.back();//TODO test
+ history.back();
})
.done();
},
'exit': function () {
jqScreen.css('display', 'none');
- robotHandler.destroy();
+ if (robotHandler) robotHandler.destroy();
robotHandler = null;
$('#navigation-problem-list').css('display', 'none');